ci: fix cosign

This commit is contained in:
Antoine Aflalo
2025-09-09 22:32:09 -04:00
parent d7f13132f4
commit a47af5a7a8

View File

@@ -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