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.
2 parents 23c0fb0 + 1f73528 commit 33d55f7Copy full SHA for 33d55f7
.github/workflows/lib-publish.yaml
@@ -113,7 +113,7 @@ jobs:
113
echo "image_sha=$(docker inspect --format='{{index .RepoDigests 0}}' ${{ inputs.registry }}/${{ matrix.image }}:${{ inputs.image_tag }})" >> $GITHUB_OUTPUT
114
- name: Install cosign
115
if: ${{ inputs.image_tag != 'devel' }}
116
- uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da #v3.7.0
+ uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e #v3.8.0
117
- name: Keyless image sign
118
119
run: |
0 commit comments