mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
chore: change image tags and add docker manifest (#4075)
This commit is contained in:
parent
e5b6c3748d
commit
25317c6c08
@ -36,17 +36,13 @@ dist: .artifacts/goreleaser
|
|||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- ghcr.io/zitadel/zitadel:latest-amd64
|
|
||||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64
|
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64
|
||||||
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-amd64
|
|
||||||
- europe-docker.pkg.dev/zitadel-common/zitadel-repo/zitadel:{{ .Tag }}-amd64
|
- europe-docker.pkg.dev/zitadel-common/zitadel-repo/zitadel:{{ .Tag }}-amd64
|
||||||
- europe-docker.pkg.dev/zitadel-common/zitadel-repo/zitadel:{{ .ShortCommit }}-amd64
|
|
||||||
use: buildx
|
use: buildx
|
||||||
dockerfile: build/Dockerfile
|
dockerfile: build/Dockerfile
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--platform=linux/amd64"
|
- "--platform=linux/amd64"
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- ghcr.io/zitadel/zitadel:latest-arm64
|
|
||||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
||||||
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
||||||
use: buildx
|
use: buildx
|
||||||
@ -54,6 +50,18 @@ dockers:
|
|||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--platform=linux/arm64"
|
- "--platform=linux/arm64"
|
||||||
|
|
||||||
|
docker_manifests:
|
||||||
|
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
|
||||||
|
name_template: ghcr.io/zitadel/zitadel:{{ .Tag }}
|
||||||
|
image_templates:
|
||||||
|
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64
|
||||||
|
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
||||||
replacements:
|
replacements:
|
||||||
|
Loading…
Reference in New Issue
Block a user