Skip to content

Commit

Permalink
Merge pull request #40 from k-kinzal/remove-major-version-tag
Browse files Browse the repository at this point in the history
remove major version tag
  • Loading branch information
k-kinzal authored Dec 5, 2023
2 parents b3cbb6a + b2f7e68 commit ebaaabf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dockers:
- image_templates:
- docker.io/kinzal/{{ .ProjectName }}:latest-amd64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Version }}-amd64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}-amd64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}-amd64
use: buildx
goos: linux
Expand All @@ -27,7 +26,6 @@ dockers:
- image_templates:
- docker.io/kinzal/{{ .ProjectName }}:latest-arm64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Version }}-arm64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}-arm64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}-arm64
use: buildx
goos: linux
Expand All @@ -44,10 +42,6 @@ docker_manifests:
image_templates:
- docker.io/kinzal/{{ .ProjectName }}:{{ .Version }}-amd64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Version }}-arm64
- name_template: docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}
image_templates:
- docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}-amd64
- docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}-arm64
- name_template: docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}
image_templates:
- docker.io/kinzal/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}-amd64
Expand Down

0 comments on commit ebaaabf

Please sign in to comment.