diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index db3cfc6b..fb600abd 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.0.8", python: "3.10", pytorch: "2.4.0"} + - {latest: "false", comfyui: "v0.2.0", python: "3.10", pytorch: "2.4.0"} steps: - name: Free Space @@ -98,7 +98,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.0.8", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"} + - {latest: "false", comfyui: "v0.2.0", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"} steps: - name: Free Space @@ -183,7 +183,7 @@ jobs: fail-fast: false matrix: build: - - {latest: "true", comfyui: "v0.0.8", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"} + - {latest: "false", comfyui: "v0.2.0", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"} steps: - name: Free Space