From 8eef765aa5662233bf8a7810e04e6625ee347553 Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Fri, 6 Oct 2023 11:35:53 +0200 Subject: [PATCH] now --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e69b0ce..6d06361 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}