Skip to content

Commit

Permalink
updates git build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdenno committed Mar 19, 2024
1 parent d5a7a06 commit 960ff96
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 @@ -50,9 +50,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.1.1' # optional
cosign-release: 'v2.2.2' # optional

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

0 comments on commit 960ff96

Please sign in to comment.