Skip to content

Commit

Permalink
ci: force cosign yes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Apr 19, 2023
1 parent d6d591b commit 4e584a1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e584a1

Please sign in to comment.