bump cosign version so it can sign (#2224)

This commit is contained in:
Jason Hall 2022-08-25 14:23:40 -04:00 committed by GitHub
parent ee513538f6
commit 06866c0b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -91,9 +91,9 @@ jobs:
# Sign images if not a PR.
- if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@d6a3abf1bdea83574e28d40543793018b6035605
uses: sigstore/cosign-installer@b3413d484cc23cf8778c3d2aa361568d4eb54679 # v2.5.1
with:
cosign-release: 'v1.4.1'
cosign-release: 'v1.11.1'
- if: github.event_name != 'pull_request'
env:
COSIGN_EXPERIMENTAL: "true"