Skip to content

Commit 0e1650d

Browse files
committed
Fixed a syntax error in .goreleaser.yaml
1 parent d7815fd commit 0e1650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
- amd64
1010
- arm64
1111
dockers:
12-
- image_templates:
12+
image_templates:
1313
- ["ghcr.io/looterz/grimd:latest"]
1414
- ["ghcr.io/looterz/grimd:{{ .Version }}"]
1515
dockerfile: Dockerfile

0 commit comments

Comments
 (0)