Skip to content

Commit 79e22b6

Browse files
fix: 修复Docker构建加载问题
1 parent 698da3d commit 79e22b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build Docker image
2121
run: |
2222
docker buildx create --use
23-
docker buildx build --file ./Dockerfile --tag ghcr.io/inknight-dednet/comfy_container_ui/c_c_u:latest .
23+
docker buildx build --file ./Dockerfile --tag ghcr.io/inknight-dednet/comfy_container_ui/c_c_u:latest --load.
2424
2525
push:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)