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 38be463 commit 94afbd7Copy full SHA for 94afbd7
.github/workflows/docker.yaml
@@ -110,7 +110,7 @@ jobs:
110
run: |
111
DIGEST=$(docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }} --format "{{ print .Manifest.Digest }}")
112
echo "digest=$DIGEST" >> "$GITHUB_OUTPUT"
113
- - uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
+ - uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
114
- name: Sign the images with GitHub OIDC Token
115
env:
116
DIGEST: ${{ steps.digest.outputs.digest }}
0 commit comments