Skip to content

Commit

Permalink
Merge pull request #12 from openziti/draft-releases
Browse files Browse the repository at this point in the history
cosign --yes
  • Loading branch information
qrkourier authored Aug 7, 2023
2 parents d105ec6 + 5ae853b commit 5a4b3f7
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 @@ -95,4 +95,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 5a4b3f7

Please sign in to comment.