Skip to content

Commit

Permalink
fix: goreleaser sign blob fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed May 8, 2024
1 parent eebd815 commit 8375785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ checksum:
name_template: "checksums.txt"

signs:
- cmd: sh
args: ["-c", "echo 'y' | cosign sign-blob --key=hashivault://cosign --output-signature ${signature} ${digest}"]
- cmd: cosign
args: ["sign-blob", "--yes", "--key=hashivault://cosign", "--output-signature=${signature}", "${artifact}"]
artifacts: checksum

docker_signs:
Expand Down

0 comments on commit 8375785

Please sign in to comment.