Skip to content

Commit

Permalink
chore: fix cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jan 18, 2023
1 parent 346a15e commit 03bc411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@2.8.1
uses: sigstore/cosign-installer@v2.8.1

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

0 comments on commit 03bc411

Please sign in to comment.