There was an error while loading. Please reload this page.
1 parent e5c0387 commit 21d0c7bCopy full SHA for 21d0c7b
1 file changed
.github/workflows/reusable-build.yml
@@ -203,7 +203,7 @@ jobs:
203
- name: Sign container image
204
if: github.event_name != 'pull_request'
205
run: |
206
- cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/${{ env.IMAGE_NAME }}@${TAGS}
+ cosign sign -y --yes --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/${{ env.IMAGE_NAME }}@${TAGS}
207
env:
208
TAGS: ${{ steps.push.outputs.outputs && fromJSON(steps.push.outputs.outputs).digest }}
209
COSIGN_EXPERIMENTAL: false
0 commit comments