Use old solution for cosign error
Build container image / Build and push image (push) Successful in 1h15m44s
Build container image / Build and push image (push) Successful in 1h15m44s
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user