Skip to content

Commit 0c8b504

Browse files
committed
ci: Fix flux push artifact
Signed-off-by: Stefan Prodan <[email protected]>
1 parent c90da79 commit 0c8b504

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)