Skip to content

Commit

Permalink
Update cosign version in docker build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2142 authored Mar 28, 2024
1 parent 23fbea3 commit 7a567d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06
uses: sigstore/cosign-installer@v3.3.0
with:
cosign-release: 'v2.2.3'

Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
env:
TAGS: ${{ steps.meta.outputs.tags }}
DIGEST: ${{ steps.build-and-push.outputs.digest }}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 comments on commit 7a567d9

Please sign in to comment.