Skip to content

Commit

Permalink
Merge pull request #8 from tateru/fix-ci2
Browse files Browse the repository at this point in the history
CI: avoid cosign prompting for user input
  • Loading branch information
klump authored Jan 10, 2024
2 parents e350428 + 6f803a2 commit d758d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ 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 }}

0 comments on commit d758d36

Please sign in to comment.