mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +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
|
||||
build_flag_templates:
|
||||
- "--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:
|
||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
||||
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
||||
@ -63,7 +55,6 @@ dockers:
|
||||
dockerfile: build/Dockerfile
|
||||
build_flag_templates:
|
||||
- "--platform=linux/arm64"
|
||||
skip_push: auto
|
||||
|
||||
docker_manifests:
|
||||
- id: zitadel-latest
|
||||
|
Loading…
Reference in New Issue
Block a user