Skip to content

Commit

Permalink
goreleaser: do not v-prefix tag
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <[email protected]>
  • Loading branch information
Ulexus committed Dec 16, 2021
1 parent 32a0dcc commit cc833cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ docker_manifests:
- cycoresystems/ari-proxy:{{ .Tag }}-arm64v8
- name_template: 'ghcr.io/cycoresystems/ari-proxy:{{ .Tag }}'
image_templates:
- ghcr.io/cycoresystems/ari-proxy:v{{ .Tag }}-amd64
- ghcr.io/cycoresystems/ari-proxy:v{{ .Tag }}-arm64v8
- ghcr.io/cycoresystems/ari-proxy:{{ .Tag }}-amd64
- ghcr.io/cycoresystems/ari-proxy:{{ .Tag }}-arm64v8
- name_template: 'cycoresystems/ari-proxy:v{{ .Major }}'
image_templates:
- cycoresystems/ari-proxy:v{{ .Major }}-amd64
Expand Down

0 comments on commit cc833cb

Please sign in to comment.