From a47af5a7a88604cc2b39633797a4e78d92f9e02b Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:32:09 -0400 Subject: [PATCH] ci: fix cosign --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index fd4ac4f..46c262d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -121,7 +121,7 @@ dockers_v2: # all files (including the sboms) are included in the checksum, so we don't need to sign each one if we don't want to # https://goreleaser.com/customization/sign signs: - - cmd: cosign-windows-amd64.exe + - cmd: cosign env: - COSIGN_EXPERIMENTAL=1 certificate: "${artifact}.pem" @@ -136,7 +136,7 @@ signs: # signs our docker image # https://goreleaser.com/customization/docker_sign docker_signs: - - cmd: cosign-windows-amd64.exe + - cmd: cosign env: - COSIGN_EXPERIMENTAL=1 output: true