Skip to content

Commit

Permalink
ci: release: pass --yes to skip cosign in action
Browse files Browse the repository at this point in the history
Signed-off-by: scbizu <[email protected]>
  • Loading branch information
scbizu committed Nov 3, 2023
1 parent 5127f96 commit 4044841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
env:
COSIGN_EXPERIMENTAL: "true"
run: |
cosign sign ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
cosign sign --yes ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
- name: Attach SBOM to published images
env:
COSIGN_EXPERIMENTAL: "true"
Expand Down

0 comments on commit 4044841

Please sign in to comment.