From 36fcf22bc0b1bcfda66f6fdfec21d95923bb5f6f Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Tue, 29 Aug 2023 18:54:22 -0500 Subject: [PATCH] fix: remove extra 'tags' line from cosign (#321) --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89796e50..bfdc79e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -204,7 +204,6 @@ jobs: if: github.event_name != 'pull_request' run: | cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/${{ steps.build_image.outputs.image }}@${TAGS} - tags: ${{ steps.build_image.outputs.tags }} env: TAGS: ${{ steps.push.outputs.digest }} COSIGN_EXPERIMENTAL: false