Skip to content

Commit

Permalink
fix: update build pipeline to ignore cosign prompt (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrgi authored Jul 18, 2024
1 parent 4d47c71 commit 752f5d5
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 @@ -92,7 +92,7 @@ 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 {}@${{
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{
steps.build-and-push.outputs.digest }}

# Push the container builds to the registry except on PRs.
Expand Down

0 comments on commit 752f5d5

Please sign in to comment.