Skip to content

Commit

Permalink
release: add --yes flag to cosign sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbybibby committed Mar 31, 2023
1 parent b3843e0 commit 3719fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
--platform=linux/amd64,linux/arm64,linux/arm \
--sbom=cyclonedx \
--image-refs image-refs.txt
cosign sign $(cat image-refs.txt)
cosign sign --yes $(cat image-refs.txt)

0 comments on commit 3719fa4

Please sign in to comment.