This commit is contained in:
cathugger 2023-08-06 17:55:42 +00:00
parent 2f6253a7aa
commit 7494db1a82
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

View file

@ -82,4 +82,4 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
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 }}