From 7a567d964643e200907c2df6b241e570db432f22 Mon Sep 17 00:00:00 2001 From: Matt Schmitz Date: Thu, 28 Mar 2024 16:44:21 -0400 Subject: [PATCH] Update cosign version in docker build actions --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 26f5034..57f5b1b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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' @@ -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} \ No newline at end of file + run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}