🐛 修正 Docker 镜像标签的大小写,更新相关文档中的镜像拉取命令
Some checks failed
Pre-commit checks / pre-commit (3.10) (push) Failing after 5s
Pre-commit checks / pre-commit (3.12) (push) Failing after 4s
Pre-commit checks / pre-commit (3.11) (push) Failing after 11s
Pre-commit checks / pre-commit (3.13) (push) Failing after 5s
Docker Image Build / build (push) Failing after 1m41s
Deploy VitePress site to Pages / build (push) Failing after 1m46s

This commit is contained in:
远野千束(神羽) 2025-02-18 09:08:50 +08:00
parent 5ccef735be
commit f94c10de61
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/LiteyukiStudio/LiteyukiBot:latest
tags: ghcr.io/liteyukistudio/liteyukibot:latest
- name: Log out from GitHub Container Registry
run: docker logout ghcr.io

View File

@ -38,7 +38,7 @@ python main.py
## **Run with Docker**
```bash
docker pull ghcr.io/LiteyukiStudio/LiteyukiBot:latest # Nightly build
docker pull ghcr.io/liteyukistudio/liteyukibot:latest # Nightly build
```
> [!tip]

View File

@ -34,7 +34,7 @@ python main.py
## **使用Docker构建**
```bash
docker pull ghcr.io/LiteyukiStudio/LiteyukiBot:latest # 每夜版镜像
docker pull ghcr.io/liteyukistudio/liteyukibot:latest # 每夜版镜像
```
> [!tip]