We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c43897 commit 346a15eCopy full SHA for 346a15e
.github/workflows/docker-publish.yml
@@ -34,10 +34,7 @@ jobs:
34
# https://github.com/sigstore/cosign-installer
35
- name: Install cosign
36
if: github.event_name != 'pull_request'
37
- uses: sigstore/cosign-installer@d6a3abf1bdea83574e28d40543793018b6035605
38
- with:
39
- cosign-release: 'v1.9.0'
40
-
+ uses: sigstore/cosign-installer@2.8.1
41
42
# Workaround: https://github.com/docker/build-push-action/issues/461
43
- name: Setup Docker buildx
0 commit comments