Skip to content

Commit

Permalink
'cu121' no longer pushes as 'latest'
Browse files Browse the repository at this point in the history
in preparation of cu126 tags. old pushes stay for a while.
  • Loading branch information
YanWenKun committed Jan 31, 2025
1 parent 4e8642f commit 870b40b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-cu121.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
context: ./cu121
file: ./cu121/Dockerfile
tags: |
yanwk/comfyui-boot:latest
yanwk/comfyui-boot:cu121
yanwk/comfyui-boot:cu121-${{ steps.date.outputs.date }}
push: true
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker run -it --rm \

## Image tags

* link:cu121/README.adoc[`cu121`, `latest`]
* link:cu121/README.adoc[`cu121`]
** Easy for ComfyUI beginners. Starts with ComfyUI, ComfyUI-Manager and the Photon (SD1.5) model.
** Using a low-privilege user within the container (easy for WSL2 deploy).
Expand Down
2 changes: 1 addition & 1 deletion README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://hub.docker.com/r/yanwk/comfyui-boot[Docker 镜像]
** 额外提供 `Dockerfile-cn` 以便本地构建
** 推荐初次尝试 ComfyUI 的国内用户使用

* link:cu121/README.zh.adoc[`cu121`, `latest`]
* link:cu121/README.zh.adoc[`cu121`]
** 经典版本,简洁易上手,但需要良好的网络连接
** 默认仅安装基本的 ComfyUI 与 Manager
Expand Down
2 changes: 1 addition & 1 deletion docs/README-DockerHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once the app is loaded, visit http://localhost:8188/

## Image Tags

- `cu121`, `latest` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121)
- `cu121` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121)

- Easy for ComfyUI beginners.
- Starts with ComfyUI, ComfyUI-Manager and the Photon (SD1.5) model.
Expand Down

0 comments on commit 870b40b

Please sign in to comment.