diff --git a/docs/en/deploy/install.md b/docs/en/deploy/install.md index 0553352d..48b7d5cb 100755 --- a/docs/en/deploy/install.md +++ b/docs/en/deploy/install.md @@ -38,7 +38,7 @@ python main.py ## **Run with Docker** ```bash -docker pull git.liteyuki.icu/bot/app:latest # Nightly build +docker pull ghcr.io/LiteyukiStudio/LiteyukiBot:latest # Nightly build ``` > [!tip] diff --git a/docs/zh/deploy/install.md b/docs/zh/deploy/install.md index 18587732..19c63c20 100755 --- a/docs/zh/deploy/install.md +++ b/docs/zh/deploy/install.md @@ -34,7 +34,7 @@ python main.py ## **使用Docker构建** ```bash -docker pull git.liteyuki.icu/bot/app:latest # 每夜版镜像 +docker pull ghcr.io/LiteyukiStudio/LiteyukiBot:latest # 每夜版镜像 ``` > [!tip]