File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 - linux
66 - windows
77 - darwin
8+ ldflags :
9+ - -X github.com/envelope-zero/backend/internal/controllers.version={{.Version}}
810archives :
911 - replacements :
1012 darwin : Darwin
@@ -24,10 +26,9 @@ changelog:
2426 - " ^test:"
2527
2628dockers :
27- - image_templates :
29+ - dockerfile : Dockerfile.goreleaser
30+ image_templates :
2831 - " ghcr.io/envelope-zero/backend:{{ .Tag }}"
2932 - " ghcr.io/envelope-zero/backend:v{{ .Major }}"
3033 - " ghcr.io/envelope-zero/backend:v{{ .Major }}.{{ .Minor }}"
3134 - " ghcr.io/envelope-zero/backend:latest"
32- build_flag_templates :
33- - " --build-arg=VERSION={{ .Tag }}"
Original file line number Diff line number Diff line change 1+ FROM scratch
2+ COPY backend /backend
3+ ENTRYPOINT ["/backend"]
You can’t perform that action at this time.
0 commit comments