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 <adc@redhat.com>
  • Loading branch information
acornett21 committed Apr 18, 2024
1 parent 4693c47 commit c2dad86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
steps:
- name: Install cosign
if: ${{ inputs.sign == true && github.event.release && github.event.action == 'published' }}
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v2.6.0
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.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 c2dad86

Please sign in to comment.