修改仓库地址

This commit is contained in:
yinjianm
2026-02-22 03:57:06 +08:00
parent 5370b21ef9
commit 809860b8db
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -40,7 +40,7 @@
## 3.1 初始化
```bash
git clone -b compose --depth 1 https://github.com/cedar2025/Xboard
git clone -b compose --depth 1 https://github.com/Micah123321/Xboard
cd Xboard
cp compose.sample.yaml compose.yaml
```
@@ -203,7 +203,7 @@ CI 使用 `.github/workflows/docker-publish.yml` 进行多架构构建并推送
```bash
docker build \
--build-arg CACHEBUST=$(date +%s) \
--build-arg REPO_URL=https://github.com/cedar2025/Xboard \
--build-arg REPO_URL=https://github.com/Micah123321/Xboard \
--build-arg BRANCH_NAME=master \
-t xboard:dev .
```