Skip to content

Commit 8f76442

Browse files
authored
Update .goreleaser.yaml
1 parent bf47147 commit 8f76442

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ builds:
99
- amd64
1010
- arm64
1111
dockers:
12-
- image_templates: ["ghcr.io/looterz/grimd:{{ .Version }}"]
12+
- image_templates:
13+
- ["ghcr.io/looterz/grimd:latest"]
14+
- ["ghcr.io/looterz/grimd:{{ .Version }}"]
1315
dockerfile: Dockerfile
1416
build_flag_templates:
1517
- --label=org.opencontainers.image.title={{ .ProjectName }}
@@ -19,4 +21,4 @@ dockers:
1921
- --label=org.opencontainers.image.version={{ .Version }}
2022
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
2123
- --label=org.opencontainers.image.revision={{ .FullCommit }}
22-
- --label=org.opencontainers.image.licenses=MIT
24+
- --label=org.opencontainers.image.licenses=MIT

0 commit comments

Comments
 (0)