We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b218e commit 868525bCopy full SHA for 868525b
1 file changed
.github/workflows/docker-ci.yaml
@@ -202,4 +202,4 @@ jobs:
202
cmlxc_commands: |
203
cmlxc init
204
cmlxc docker deploy dock0 --source ghcr:${{ needs.build.outputs.image_tag }}
205
- cmlxc test-cmdeploy dock0 --relay-ref ${{ needs.build.outputs.relay_ref }}
+ RELAY_REF=${{ needs.build.outputs.relay_ref }} cmlxc test-cmdeploy dock0
0 commit comments