Skip to content

Commit 868525b

Browse files
committed
ci: replace --relay-ref with $RELAY_REF
1 parent d4b218e commit 868525b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ jobs:
202202
cmlxc_commands: |
203203
cmlxc init
204204
cmlxc docker deploy dock0 --source ghcr:${{ needs.build.outputs.image_tag }}
205-
cmlxc test-cmdeploy dock0 --relay-ref ${{ needs.build.outputs.relay_ref }}
205+
RELAY_REF=${{ needs.build.outputs.relay_ref }} cmlxc test-cmdeploy dock0

0 commit comments

Comments
 (0)