mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-02-22 01:15:23 +08:00
🐛 修正 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
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:
parent
5ccef735be
commit
f94c10de61
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -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
|
||||
|
@ -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]
|
||||
|
@ -34,7 +34,7 @@ python main.py
|
||||
## **使用Docker构建**
|
||||
|
||||
```bash
|
||||
docker pull ghcr.io/LiteyukiStudio/LiteyukiBot:latest # 每夜版镜像
|
||||
docker pull ghcr.io/liteyukistudio/liteyukibot:latest # 每夜版镜像
|
||||
```
|
||||
|
||||
> [!tip]
|
||||
|
Loading…
x
Reference in New Issue
Block a user