Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCaton2350 authored Jul 22, 2024
1 parent ae9775d commit 5058a07
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 @@ -30,9 +30,9 @@ jobs:

- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2.1.1
uses: sigstore/cosign-installer@v2.1.2 # Updated version
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.1.2' # Match with the action version

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
Expand Down

0 comments on commit 5058a07

Please sign in to comment.