We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dc386 commit 1c33fbaCopy full SHA for 1c33fba
.goreleaser.yml
@@ -90,8 +90,9 @@ dockers_v2:
90
- linux/arm/v7
91
tags:
92
- 'latest'
93
- - '{{ .Tag }}'
+ - 'v{{ .Major }}'
94
- 'v{{ .Major }}.{{ .Minor }}'
95
+ - '{{ .Tag }}'
96
labels:
97
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
98
'org.opencontainers.image.title': '{{.ProjectName}}'
0 commit comments