Update docker-publish2ghcr.yml

This commit is contained in:
Chaos 2023-11-11 02:15:20 -06:00 committed by GitHub
parent dcb396c704
commit 124920b13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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