We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cf96b commit e636a2fCopy full SHA for e636a2f
.goreleaser.yaml
@@ -10,9 +10,7 @@ builds:
10
- arm64
11
dockers:
12
dockerfile: Dockerfile
13
- - image_templates:
14
- - "ghcr.io/looterz/grimd:{{ .Tag }}"
15
- - "ghcr.io/looterz/grimd:latest"
+ - image_templates: ["ghcr.io/looterz/grimd:latest", "ghcr.io/looterz/grimd:{{.Tag}}"]
16
build_flag_templates:
17
- "--pull"
18
- "--label=org.opencontainers.image.created={{.Date}}"
0 commit comments