Skip to content

Commit

Permalink
Update cosign (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 11, 2023
1 parent 269dc73 commit 7e48914
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
- name: Install Cosign
uses: sigstore/[email protected]
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
with:
cosign-release: "v1.13.1"

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 7e48914

Please sign in to comment.