Skip to content

Commit

Permalink
updated cosign in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Mar 22, 2024
1 parent b5e17d8 commit 94a2b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.3.0
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.2.2'

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down

0 comments on commit 94a2b00

Please sign in to comment.