We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d50be1 commit e9e8978Copy full SHA for e9e8978
.goreleaser.yml
@@ -22,9 +22,9 @@ changelog:
22
- "^test:"
23
dockers:
24
- image_templates:
25
- - southclaws/wadsworth:"{{ .Tag }}"
26
- - southclaws/wadsworth:"v{{ .Major }}"
27
- - southclaws/wadsworth:"v{{ .Major }}.{{ .Minor }}"
+ - southclaws/wadsworth:{{ .Tag }}
+ - southclaws/wadsworth:v{{ .Major }}
+ - southclaws/wadsworth:v{{ .Major }}.{{ .Minor }}
28
- southclaws/wadsworth:latest
29
dockerfile: Dockerfile.release
30
nfpms:
0 commit comments