Skip to content

Commit

Permalink
Merge pull request #1498 from fluxcd/fix-flux-push
Browse files Browse the repository at this point in the history
ci: Fix flux push artifact
  • Loading branch information
stefanprodan authored Aug 29, 2023
2 parents c90da79 + 0c8b504 commit 9933850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
oci://ghcr.io/fluxcd/flagger-manifests:${{ steps.prep.outputs.VERSION }} \
--path="./kustomize" \
--source="$(git config --get remote.origin.url)" \
--revision="${{ steps.prep.outputs.VERSION }}/$(git rev-parse HEAD)"
--revision="${{ steps.prep.outputs.VERSION }}/$(git rev-parse HEAD)" \
--output json | \
jq -r '. | .repository + "@" + .digest')
cosign sign --yes ${OCI_URL}
Expand Down

0 comments on commit 9933850

Please sign in to comment.