Skip to content

Commit

Permalink
🧹 Allow re-running the goreleaser job
Browse files Browse the repository at this point in the history
With this change, it can override the existing release files.
This can help in case something goes wrong.

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker committed Jun 5, 2024
1 parent ef14521 commit 231a909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,6 @@ 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
mode: keep-existing

0 comments on commit 231a909

Please sign in to comment.