diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7f4c439..18697e8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -88,15 +88,17 @@ signs: - "--output-certificate=${certificate}" - "--output-signature=${signature}" - "${artifact}" + - --yes artifacts: checksum output: true docker_signs: - - cmd: cosign - env: - - COSIGN_EXPERIMENTAL=1 - artifacts: images - output: true - args: - - 'sign' - - '${artifact}' +- cmd: cosign + env: + - COSIGN_EXPERIMENTAL=1 + artifacts: images + output: true + args: + - 'sign' + - '${artifact}' + - --yes