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 250a42e + 5b35249 commit 7cb220cCopy full SHA for 7cb220c
.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@398d4b0eeef1380460a10c8013a76f728fb906ac #v3.9.1
+ uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 #v3.9.2
117
- name: Keyless image sign
118
119
run: |
0 commit comments