Skip to content

Commit

Permalink
fix(gha): fix for cosign action to to properly sign the digest
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 25, 2024
1 parent c680510 commit b57b945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.edge.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
id: cosign
run: |
cosign version
cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ steps.build.outputs.digest }} --upload
cosign sign --yes ${{ env.REGISTRY }}/${{ env.IMAGE }}@${{ steps.build.outputs.digest }} --upload

0 comments on commit b57b945

Please sign in to comment.