Skip to content

Commit

Permalink
updating the version of cosign to match action version
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <[email protected]>
  • Loading branch information
acornett21 committed Apr 18, 2024
1 parent 4693c47 commit 50fbd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ inputs.sign == true && github.event.release && github.event.action == 'published' }}
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v2.6.0
with:
cosign-release: 'v2.0.0'
cosign-release: 'v2.2.4'

# Authenticate to container image registry to push the image
- name: Podman Login
Expand Down

0 comments on commit 50fbd67

Please sign in to comment.