Skip to content

Commit

Permalink
Merge pull request #39 from anderbubble/fix-cosign
Browse files Browse the repository at this point in the history
Add --yes flag to cosign
  • Loading branch information
anderbubble authored Dec 9, 2023
2 parents 202cd0b + ff18d5b commit c9ccdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ jobs:
COSIGN_EXPERIMENTAL: "true"
# 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 }}

0 comments on commit c9ccdde

Please sign in to comment.