Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix cosign verify failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored Mar 21, 2023
1 parent 0b7edf9 commit 4e65365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-variant/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
run: |
ref="ghcr.io/${{ github.repository }}/${{ inputs.variant }}"
docker pull "${ref}"
COSIGN_EXPERIMENTAL=1 cosign verify "${ref}"
cosign verify "${ref}" --certificate-identity-regexp=.* --certificate-oidc-issuer-regexp=.*
docker run -d --rm -p 8080:8080 --name smoketest "${ref}"
trap "docker rm -f smoketest" EXIT
sleep 5 # Give server a few seconds to come up
Expand Down

0 comments on commit 4e65365

Please sign in to comment.