Skip to content

Commit c23b8b3

Browse files
authored
build: goreleaser now sets the build args correctly (#156)
1 parent c9ac49a commit c23b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ dockers:
3030
- "ghcr.io/envelope-zero/backend:v{{ .Major }}.{{ .Minor }}"
3131
- "ghcr.io/envelope-zero/backend:latest"
3232
build_flag_templates:
33-
- "--build-arg VERSION={{ .Tag }}"
33+
- "--build-arg=VERSION={{ .Tag }}"

0 commit comments

Comments
 (0)