Browse Source

Merge pull request #3458 from cpanato/update-cosign

use the default cosign version from the action
pull/3442/head
Márk Sági-Kazár 2 years ago committed by GitHub
parent
commit
a3d3f3bcf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yaml

2
.github/workflows/artifacts.yaml

@ -64,8 +64,6 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
with:
cosign-release: 'v2.2.1'
- name: Set image name
id: image-name

Loading…
Cancel
Save