Update docker-publish.yml

This commit is contained in:
Wavering Ana 2023-11-18 17:59:12 -05:00 committed by GitHub
parent 63c4c5837f
commit bc1df8b512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,9 +43,9 @@ jobs:
# https://github.com/sigstore/cosign-installer # https://github.com/sigstore/cosign-installer
- name: Install cosign - name: Install cosign
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 uses: sigstore/cosign-installer@v3.1.1
with: with:
cosign-release: 'v1.11.0' cosign-release: 'v2.2.1'
# Workaround: https://github.com/docker/build-push-action/issues/461 # Workaround: https://github.com/docker/build-push-action/issues/461