Skip to content

Commit

Permalink
now
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Oct 6, 2023
1 parent 08a3b57 commit 8eef765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}

- name: Verify the signature of the published Docker image
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign verify --certificate-identity=.* --certificate-oidc-issuer=https://token.actions.githubusercontent.com {}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign verify --certificate-identity-regexp=https://github.com/containrrr/shepherd/.github/workflows/release.yml@.* --certificate-oidc-issuer=https://token.actions.githubusercontent.com {}@${{ steps.build-and-push.outputs.digest }}

0 comments on commit 8eef765

Please sign in to comment.