We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d678fb8 commit cfd5fc5Copy full SHA for cfd5fc5
.github/workflows/build-nightly.yml
@@ -63,17 +63,19 @@ jobs:
63
yanwk/comfyui-boot:nightly
64
yanwk/comfyui-boot:nightly-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.short }}
65
push: true
66
+ # Load to local Docker repository so it can be used by `docker run` below.
67
+ load: true
68
69
- name: Run container - List env vars
70
run: |
71
docker run --rm \
72
--name show-env \
- localhost/yanwk/comfyui-boot:nightly \
73
+ yanwk/comfyui-boot:nightly \
74
env
75
76
- name: Run container - Quick-Test
77
78
79
--name comfyui-quick-test \
80
-e CLI_ARGS="--quick-test-for-ci --cpu" \
- localhost/yanwk/comfyui-boot:nightly
81
+ yanwk/comfyui-boot:nightly
0 commit comments