From 5ccef735be66de6aab89f6d9508726661e0a00c5 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Tue, 18 Feb 2025 09:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E6=9B=B4=E6=96=B0=20Docker=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=8B=89=E5=8F=96=E5=9C=B0=E5=9D=80=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3=E4=B8=AD=E7=9A=84=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/deploy/install.md | 2 +- docs/zh/deploy/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]