mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 22:52:46 +00:00
chore: always push docker image (#4236)
(only skip latest manifest on prereleases)
This commit is contained in:
parent
e09c7af49f
commit
06fd70d457
@ -47,14 +47,6 @@ dockers:
|
|||||||
dockerfile: build/Dockerfile
|
dockerfile: build/Dockerfile
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--platform=linux/amd64"
|
- "--platform=linux/amd64"
|
||||||
# Skips the docker push.
|
|
||||||
# Could be useful if you also do draft releases.
|
|
||||||
#
|
|
||||||
# If set to auto, the release will not be pushed to the Docker repository
|
|
||||||
# in case there is an indicator of a prerelease in the tag, e.g. v1.0.0-rc1.
|
|
||||||
#
|
|
||||||
# Defaults to false.
|
|
||||||
skip_push: auto
|
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
||||||
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
||||||
@ -63,7 +55,6 @@ dockers:
|
|||||||
dockerfile: build/Dockerfile
|
dockerfile: build/Dockerfile
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--platform=linux/arm64"
|
- "--platform=linux/arm64"
|
||||||
skip_push: auto
|
|
||||||
|
|
||||||
docker_manifests:
|
docker_manifests:
|
||||||
- id: zitadel-latest
|
- id: zitadel-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user