Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfan1126 committed Mar 1, 2024
1 parent dd676df commit 226d5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-sign-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
DIGEST=$(sha256sum manifest.json | cut -d " " -f 1)
cosign sign --yes ghcr.io/${{ github.repository }}:${{ github.sha }}@${DIGEST}
cosign sign --yes ghcr.io/${{ github.repository }}:${{ github.sha }}@sha256:${DIGEST}

0 comments on commit 226d5cf

Please sign in to comment.