We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8031162 commit aeba0c1Copy full SHA for aeba0c1
.github/workflows/docker-publish.yml
@@ -39,9 +39,7 @@ jobs:
39
# https://github.com/sigstore/cosign-installer
40
- name: Install cosign
41
if: github.event_name != 'pull_request'
42
- uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0
43
- with:
44
- cosign-release: 'v2.1.1'
+ uses: sigstore/cosign-installer@v3.4.0 #v3.4.0
45
46
# Set up BuildKit Docker container builder to be able to build
47
# multi-platform images and export cache
0 commit comments