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 7940fb2 + 77edea3 commit 6e3f029Copy full SHA for 6e3f029
.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@c56c2d3e59e4281cc41dea2217323ba5694b171e #v3.8.0
+ uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a #v3.8.1
117
- name: Keyless image sign
118
119
run: |
0 commit comments