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