Skip to content

Commit

Permalink
Merge pull request #113 from tux2000/master
Browse files Browse the repository at this point in the history
Fix cosign
  • Loading branch information
snowzach authored Jul 23, 2024
2 parents 07892ee + e63281d commit f892672
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 @@ -44,9 +44,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@1e95c1de343b5b0c23352d6417ee3e48d5bcd422
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: 'v1.4.0'
cosign-release: 'v2.2.4'


# Workaround: https://github.com/docker/build-push-action/issues/461
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: cosign sign ${{ env.REGISTRY }}/${{ steps.lowercaseRepo.outputs.lowercase }}@${{ steps.build-and-push.outputs.digest }}
run: cosign sign --yes ${{ env.REGISTRY }}/${{ steps.lowercaseRepo.outputs.lowercase }}@${{ steps.build-and-push.outputs.digest }}

0 comments on commit f892672

Please sign in to comment.