Skip to content

Commit

Permalink
Add --yes flag to cosign sign command in release build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-farazahmed committed Feb 19, 2025
1 parent 28cd190 commit f9e3033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
- name: Sign the Docker image
env:
COSIGN_EXPERIMENTAL: "true"
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}

0 comments on commit f9e3033

Please sign in to comment.