Merge pull request #1498 from fluxcd/fix-flux-push

ci: Fix flux push artifact
This commit is contained in:
Stefan Prodan
2023-08-29 16:10:52 +03:00
committed by GitHub
+1 -1
View File
@@ -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}