We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac49a commit c23b8b3Copy full SHA for c23b8b3
.goreleaser.yaml
@@ -30,4 +30,4 @@ dockers:
30
- "ghcr.io/envelope-zero/backend:v{{ .Major }}.{{ .Minor }}"
31
- "ghcr.io/envelope-zero/backend:latest"
32
build_flag_templates:
33
- - "--build-arg VERSION={{ .Tag }}"
+ - "--build-arg=VERSION={{ .Tag }}"
0 commit comments