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 3cb4d21 commit e122760Copy full SHA for e122760
.github/workflows/build.yaml
@@ -144,7 +144,7 @@ jobs:
144
labels: ${{ steps.meta.outputs.labels }}
145
cache-from: type=gha
146
cache-to: type=gha,mode=max
147
- - uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
+ - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
148
if: ${{ startsWith(github.ref, 'refs/tags/') }}
149
- name: Sign the images with GitHub OIDC Token
150
0 commit comments