Skip to content

Commit

Permalink
use digest instead of tag when invoking cosign sign (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
maditya authored Nov 7, 2023
1 parent 4c5db83 commit 1785568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker_signs:
- cmd: cosign
args:
- 'sign'
- '${artifact}'
- '${artifact}@${digest}'
artifacts: all
output: true

Expand Down

0 comments on commit 1785568

Please sign in to comment.