Skip to content

Commit

Permalink
Fix GHA cosign example
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Aug 30, 2023
1 parent 65192bc commit f58a6c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/flux/flux-gh-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ jobs:
$OCI_REPO:$(git rev-parse --short HEAD) \
--path="./manifests" \
--source="$(git config --get remote.origin.url)" \
--revision="$(git branch --show-current)@sha1:$(git rev-parse HEAD)" |\
--revision="$(git branch --show-current)@sha1:$(git rev-parse HEAD)" \
--output=json | \
jq -r '. | .repository + "@" + .digest')
cosign sign --yes $digest_url
Expand Down

0 comments on commit f58a6c4

Please sign in to comment.