From 68fc378666c02f11a56793ef393e871f5ca2f8e7 Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:42:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Allow=20re-running=20the=20gorel?= =?UTF-8?q?easer=20job=20(#4192)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this change, it can override the existing release files. This can help in case something goes wrong. Signed-off-by: Christian Zunker --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index f83c92b334..62a7972bd8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -340,3 +340,5 @@ docker_manifests: # https://goreleaser.com/customization/docker_manifest/ - mondoo/{{ .ProjectName }}:latest-arm64v8-rootless - mondoo/{{ .ProjectName }}:latest-armv6-rootless - mondoo/{{ .ProjectName }}:latest-armv7-rootless +release: + replace_existing_artifacts: true