We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1650d commit c362d62Copy full SHA for c362d62
.goreleaser.yaml
@@ -10,8 +10,8 @@ builds:
10
- arm64
11
dockers:
12
image_templates:
13
- - ["ghcr.io/looterz/grimd:latest"]
14
- - ["ghcr.io/looterz/grimd:{{ .Version }}"]
+ - "ghcr.io/looterz/grimd:latest"
+ - "ghcr.io/looterz/grimd:{{ .Version }}"
15
dockerfile: Dockerfile
16
build_flag_templates:
17
- --label=org.opencontainers.image.title={{ .ProjectName }}
0 commit comments