Skip to content

Commit e636a2f

Browse files
authored
Update .goreleaser.yaml
1 parent d4cf96b commit e636a2f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ builds:
1010
- arm64
1111
dockers:
1212
dockerfile: Dockerfile
13-
- image_templates:
14-
- "ghcr.io/looterz/grimd:{{ .Tag }}"
15-
- "ghcr.io/looterz/grimd:latest"
13+
- image_templates: ["ghcr.io/looterz/grimd:latest", "ghcr.io/looterz/grimd:{{.Tag}}"]
1614
build_flag_templates:
1715
- "--pull"
1816
- "--label=org.opencontainers.image.created={{.Date}}"

0 commit comments

Comments
 (0)