Skip to content

Commit

Permalink
🧹 Allow re-running the goreleaser job (#4192)
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 authored Jun 5, 2024
1 parent ef14521 commit 68fc378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 68fc378

Please sign in to comment.