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 1b11b60 + bfc914f commit 65f2ef3Copy full SHA for 65f2ef3
.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@3454372f43399081ed03b604cb2d021dabca52bb #v3.8.2
+ uses: sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 #v3.9.0
117
- name: Keyless image sign
118
119
run: |
0 commit comments