We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dd212 commit 8cde61bCopy full SHA for 8cde61b
.github/workflows/main.yml
@@ -104,9 +104,11 @@ jobs:
104
# Install the cosign tool
105
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
106
- name: Install cosign
107
- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
+ uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
108
with:
109
cosign-release: 'v2.0.0'
110
+ - name: Confirm installation!
111
+ run: cosign version
112
# Workaround: https://github.com/docker/build-push-action/issues/461
113
# ref.: https://github.com/docker/setup-buildx-action, v2.5.0
114
- name: Setup Docker buildx
0 commit comments