diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 583776d..76444c7 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.2.2", python: "3.10", pytorch: "2.4.1"} + - {latest: "false", comfyui: "v0.2.6", python: "3.10", pytorch: "2.4.1"} steps: - name: Free Space @@ -98,7 +98,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.2.2", python: "3.10", pytorch: "2.4.1", cuda: "12.1.1-base"} + - {latest: "false", comfyui: "v0.2.6", python: "3.10", pytorch: "2.4.1", cuda: "12.1.1-base"} steps: - name: Free Space @@ -183,7 +183,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.2.2", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"} + - {latest: "false", comfyui: "v0.2.6", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"} steps: - name: Free Space