Skip to content

Commit

Permalink
fix: Add command line override to auto accept conditions
Browse files Browse the repository at this point in the history
Merge pull request #12 from DFE-Digital/fix-docker
  • Loading branch information
killij authored Dec 7, 2023
2 parents 83013dd + 47ae8ab commit 7263aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
run: cosign version
- name: Sign the published Docker image
# 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 7263aa6

Please sign in to comment.