Skip to content

Commit

Permalink
fix a issue with cosign (#408)
Browse files Browse the repository at this point in the history
* fix a issue with cosign

* Update docker-publish.yml
  • Loading branch information
themonarchoftime authored Nov 24, 2023
1 parent 0ad986f commit 0b0f47b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
run: echo "GIT_SHA=${GITHUB_SHA}" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.11.0'
cosign-release: 'v1.11.1'


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

0 comments on commit 0b0f47b

Please sign in to comment.