Skip to content

Commit 7594c7c

Browse files
authored
Update .goreleaser.yaml
1 parent c362d62 commit 7594c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ builds:
1010
- arm64
1111
dockers:
1212
image_templates:
13-
- "ghcr.io/looterz/grimd:latest"
14-
- "ghcr.io/looterz/grimd:{{ .Version }}"
13+
- "ghcr.io/looterz/grimd:latest"
14+
- "ghcr.io/looterz/grimd:{{ .Version }}"
1515
dockerfile: Dockerfile
1616
build_flag_templates:
1717
- --label=org.opencontainers.image.title={{ .ProjectName }}

0 commit comments

Comments
 (0)