Update docker-publish.yml

This commit is contained in:
Ambika Sukla
2024-06-13 06:41:44 -04:00
parent 436d0fcca9
commit 465e6a1a72

View File

@@ -35,9 +35,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.2.4'
# Setup QEMU for multi-platform build support
# https://docs.docker.com/build/ci/github-actions/multi-platform/