Skip to content

Commit 9933850

Browse files
authored
Merge pull request #1498 from fluxcd/fix-flux-push
ci: Fix flux push artifact
2 parents c90da79 + 0c8b504 commit 9933850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
oci://ghcr.io/fluxcd/flagger-manifests:${{ steps.prep.outputs.VERSION }} \
9090
--path="./kustomize" \
9191
--source="$(git config --get remote.origin.url)" \
92-
--revision="${{ steps.prep.outputs.VERSION }}/$(git rev-parse HEAD)"
92+
--revision="${{ steps.prep.outputs.VERSION }}/$(git rev-parse HEAD)" \
9393
--output json | \
9494
jq -r '. | .repository + "@" + .digest')
9595
cosign sign --yes ${OCI_URL}

0 commit comments

Comments
 (0)