Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
ci: fix cosign (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Mar 12, 2024
1 parent 3a494cf commit 25d3f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ signs:
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"
- --yes
artifacts: checksum
output: true

Expand All @@ -97,3 +98,4 @@ docker_signs:
args:
- 'sign'
- '${artifact}'
- --yes

0 comments on commit 25d3f4b

Please sign in to comment.