From 4e584a14ccce1f594f973c8d38e97660803e5900 Mon Sep 17 00:00:00 2001 From: Raffael Sahli Date: Wed, 19 Apr 2023 14:37:03 +0000 Subject: [PATCH] ci: force cosign yes --- .goreleaser.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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