Use old solution for cosign error
Build container image / Build and push image (push) Successful in 1h15m44s

This commit is contained in:
2026-07-04 19:57:19 -04:00
parent c4e5b49b32
commit fc4baa6215
+1 -1
View File
@@ -166,4 +166,4 @@ jobs:
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
DIGEST: ${{ steps.push-image.outputs.digest }}
run: |
cosign sign -y --key env://COSIGN_PRIVATE_KEY ${IMAGE_REGISTRY}/${IMAGE_NAME}@${DIGEST}
printf "" | cosign sign -y --key env://COSIGN_PRIVATE_KEY ${IMAGE_REGISTRY}/${IMAGE_NAME}@${DIGEST}