chore: fix .goreleaser.yaml (#4109)

This commit is contained in:
Livio Spring 2022-08-03 12:55:54 +02:00 committed by GitHub
parent ef4d4cadfd
commit 64508c42ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,12 +51,12 @@ dockers:
- "--platform=linux/arm64"
docker_manifests:
id: zitadel-latest
- id: zitadel-latest
name_template: ghcr.io/zitadel/zitadel:latest
image_templates:
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
id: zitadel-Tag
- id: zitadel-Tag
name_template: ghcr.io/zitadel/zitadel:{{ .Tag }}
image_templates:
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64