diff --git a/.goreleaser.yml b/.goreleaser.yml index 5815ab7f..9fef9e1a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -371,3 +371,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