We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c90da79 + 0c8b504 commit 9933850Copy full SHA for 9933850
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
oci://ghcr.io/fluxcd/flagger-manifests:${{ steps.prep.outputs.VERSION }} \
90
--path="./kustomize" \
91
--source="$(git config --get remote.origin.url)" \
92
- --revision="${{ steps.prep.outputs.VERSION }}/$(git rev-parse HEAD)"
+ --revision="${{ steps.prep.outputs.VERSION }}/$(git rev-parse HEAD)" \
93
--output json | \
94
jq -r '. | .repository + "@" + .digest')
95
cosign sign --yes ${OCI_URL}
0 commit comments