Skip to content

Commit cfd5fc5

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,19 @@ jobs:
6363
yanwk/comfyui-boot:nightly
6464
yanwk/comfyui-boot:nightly-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.short }}
6565
push: true
66+
# Load to local Docker repository so it can be used by `docker run` below.
67+
load: true
6668

6769
- name: Run container - List env vars
6870
run: |
6971
docker run --rm \
7072
--name show-env \
71-
localhost/yanwk/comfyui-boot:nightly \
73+
yanwk/comfyui-boot:nightly \
7274
env
7375
7476
- name: Run container - Quick-Test
7577
run: |
7678
docker run --rm \
7779
--name comfyui-quick-test \
7880
-e CLI_ARGS="--quick-test-for-ci --cpu" \
79-
localhost/yanwk/comfyui-boot:nightly
81+
yanwk/comfyui-boot:nightly

0 commit comments

Comments
 (0)