Skip to content

Commit cc833cb

Browse files
committed
goreleaser: do not v-prefix tag
Signed-off-by: Seán C McCord <ulexus@gmail.com>
1 parent 32a0dcc commit cc833cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ docker_manifests:
6161
- cycoresystems/ari-proxy:{{ .Tag }}-arm64v8
6262
- name_template: 'ghcr.io/cycoresystems/ari-proxy:{{ .Tag }}'
6363
image_templates:
64-
- ghcr.io/cycoresystems/ari-proxy:v{{ .Tag }}-amd64
65-
- ghcr.io/cycoresystems/ari-proxy:v{{ .Tag }}-arm64v8
64+
- ghcr.io/cycoresystems/ari-proxy:{{ .Tag }}-amd64
65+
- ghcr.io/cycoresystems/ari-proxy:{{ .Tag }}-arm64v8
6666
- name_template: 'cycoresystems/ari-proxy:v{{ .Major }}'
6767
image_templates:
6868
- cycoresystems/ari-proxy:v{{ .Major }}-amd64

0 commit comments

Comments
 (0)