1616 fail-fast : false
1717 matrix :
1818 build :
19- - {latest: "false", comfyui: "v0.2.6 ", python: "3.10", pytorch: "2.4 .1"}
19+ - {latest: "false", comfyui: "v0.2.7 ", python: "3.10", pytorch: "2.5 .1"}
2020 steps :
2121 -
2222 name : Free Space
9898 fail-fast : false
9999 matrix :
100100 build :
101- - {latest: "false", comfyui: "v0.2.6", python: "3.10", pytorch: "2.4.1", cuda: "12.1.1-base"}
101+ - {latest: "false", comfyui: "v0.2.7", python: "3.10", pytorch: "2.5.1", cuda: "12.1.1-base"}
102+ - {latest: "false", comfyui: "v0.2.7", python: "3.10", pytorch: "2.5.1", cuda: "12.1.1-cudnn8-devel"}
102103 steps :
103104 -
104105 name : Free Space
@@ -162,6 +163,10 @@ jobs:
162163 else
163164 TAGS="${img_path_ghcr}:${base_tag}-${COMFYUI_BUILD_REF}, ${img_path_dhub}:${COMFYUI_BUILD_REF}"
164165 fi
166+ # Tag a devel build
167+ if [[ matrix.build.cuda = *-devel ]]; then
168+ TAGS="${TAGS}, ${img_path_dhub}:${COMFYUI_BUILD_REF}-devel"
169+ fi
165170 echo "TAGS=${TAGS}" >> ${GITHUB_ENV}
166171 -
167172 name : Build and push
@@ -183,7 +188,7 @@ jobs:
183188 fail-fast : false
184189 matrix :
185190 build :
186- - {latest: "false", comfyui: "v0.2.6 ", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"}
191+ - {latest: "false", comfyui: "v0.2.7 ", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"}
187192 steps :
188193 -
189194 name : Free Space
0 commit comments