Skip to content

Commit

Permalink
fix double tag in the manifest (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Mar 27, 2022
1 parent 74220a0 commit 73457e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ dockers:
docker_manifests:
- name_template: quay.io/helmpack/chart-releaser:{{ .Tag }}
image_templates:
- quay.io/helmpack/chart-releaser:{{ .Tag }}-amd64:{{ .Tag }}-amd64
- quay.io/helmpack/chart-releaser:{{ .Tag }}-arm64v8:{{ .Tag }}-arm64
- quay.io/helmpack/chart-releaser:{{ .Tag }}-armv7:{{ .Tag }}-armv7
- quay.io/helmpack/chart-releaser:{{ .Tag }}-s390x:{{ .Tag }}-s390x
- quay.io/helmpack/chart-releaser:{{ .Tag }}-ppc64le:{{ .Tag }}-ppc64le
- quay.io/helmpack/chart-releaser:{{ .Tag }}-amd64
- quay.io/helmpack/chart-releaser:{{ .Tag }}-arm64v8
- quay.io/helmpack/chart-releaser:{{ .Tag }}-armv7
- quay.io/helmpack/chart-releaser:{{ .Tag }}-s390x
- quay.io/helmpack/chart-releaser:{{ .Tag }}-ppc64le
- name_template: quay.io/helmpack/chart-releaser:latest
image_templates:
- quay.io/helmpack/chart-releaser:latest-amd64
Expand Down

0 comments on commit 73457e6

Please sign in to comment.