From 06fd70d4578c0d1120bdf7c38f650daf2dc03ecd Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Wed, 24 Aug 2022 09:53:14 +0200 Subject: [PATCH] chore: always push docker image (#4236) (only skip latest manifest on prereleases) --- .goreleaser.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 32dfa8f9db..f772c5da1a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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