Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ClubCedille/hackqc2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine-BL committed Mar 17, 2024
2 parents 25c2e4e + 9c08a7b commit e7b76e9
Show file tree
Hide file tree
Showing 9 changed files with 23,851 additions and 128 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FROM alpine:3.19
COPY --from=build /go/src/app/app /go/bin/app
COPY --from=build /go/src/app/templates /go/bin/templates
COPY --from=build /go/src/app/docs /go/bin/docs
COPY --from=build /go/src/app/munic_polygons /go/bin/munic_polygons

WORKDIR /go/bin

Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: hackqc2024
images:
- name: ghcr.io/clubcedille/hackqc2024
newTag: commit-de969343076d9c114606d14e5e5602d8ddfa1dd7
newTag: commit-4812ba58b2b43f0a42a33883e759f840544cd0f3

resources:
- namespace.yaml
Expand Down
Loading

0 comments on commit e7b76e9

Please sign in to comment.