Skip to content

Commit d678fb8

Browse files
committed
{nightly} CI use local image
1 parent a80c1f2 commit d678fb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
run: |
6969
docker run --rm \
7070
--name show-env \
71-
yanwk/comfyui-boot:nightly \
71+
localhost/yanwk/comfyui-boot:nightly \
7272
env
7373
7474
- name: Run container - Quick-Test
7575
run: |
7676
docker run --rm \
7777
--name comfyui-quick-test \
7878
-e CLI_ARGS="--quick-test-for-ci --cpu" \
79-
yanwk/comfyui-boot:nightly
79+
localhost/yanwk/comfyui-boot:nightly

nightly/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ ENV PATH="${PATH}:/root/.local/bin"
127127
# Suppress [WARNING: Running pip as the 'root' user]
128128
ENV PIP_ROOT_USER_ACTION=ignore
129129

130-
CMD ["python3.14t","./ComfyUI/main.py","--listen","--port 8188","${CLI_ARGS}"]
130+
CMD ["python3.14t","./ComfyUI/main.py","--listen","--port 8188","$CLI_ARGS"]

0 commit comments

Comments
 (0)