Skip to content

Commit 7d131d7

Browse files
authored
Update .goreleaser.yaml
1 parent b15c51e commit 7d131d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ builds:
1010
- arm64
1111
dockers:
1212
dockerfile: Dockerfile
13+
-
1314
image_templates:
14-
- "ghcr.io/looterz/grimd:latest"
1515
- "ghcr.io/looterz/grimd:{{ .Tag }}"
16+
- "ghcr.io/looterz/grimd:latest"
1617
build_flag_templates:
1718
- "--pull"
1819
- "--label=org.opencontainers.image.created={{.Date}}"

0 commit comments

Comments
 (0)