Skip to content

Commit

Permalink
Fix signing step (another attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-dufour committed May 28, 2024
1 parent adeaff6 commit 9dc0f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Sign image with a key
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEYTAGS ${{ env.IMAGE_REGISTRY }}/${{ steps.build_image.outputs.image }}@${DIGEST}
cosign sign --yes --key env://COSIGN_PRIVATE_KEY ${{ env.IMAGE_REGISTRY }}/${{ steps.build_image.outputs.image }}@${DIGEST}
env:
DIGEST: ${{ steps.push.outputs.digest }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
Expand Down

0 comments on commit 9dc0f5a

Please sign in to comment.