Fixing output steps

This commit is contained in:
Jan Wagner 2024-12-13 18:56:18 +01:00
parent 996eefa858
commit 5b0c07e2d8
No known key found for this signature in database
GPG Key ID: 0C70557B5A06513E

View File

@ -84,4 +84,4 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
env:
COSIGN_EXPERIMENTAL: "true"
run: cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
run: cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.push.outputs.digest }}