Skip to content

Commit c362d62

Browse files
authored
Update .goreleaser.yaml
1 parent 0e1650d commit c362d62

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)