Skip to content

Commit e9e8978

Browse files
committed
fixed image template format
1 parent 8d50be1 commit e9e8978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ changelog:
2222
- "^test:"
2323
dockers:
2424
- image_templates:
25-
- southclaws/wadsworth:"{{ .Tag }}"
26-
- southclaws/wadsworth:"v{{ .Major }}"
27-
- southclaws/wadsworth:"v{{ .Major }}.{{ .Minor }}"
25+
- southclaws/wadsworth:{{ .Tag }}
26+
- southclaws/wadsworth:v{{ .Major }}
27+
- southclaws/wadsworth:v{{ .Major }}.{{ .Minor }}
2828
- southclaws/wadsworth:latest
2929
dockerfile: Dockerfile.release
3030
nfpms:

0 commit comments

Comments
 (0)