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