更新 Gitea CI/CD 触发逻辑,支持通过标签触发

This commit is contained in:
2026-05-19 11:31:38 +08:00
parent ebb0743fcb
commit baec7940a5
3 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ docker compose down
| `bun run start` | 直接运行 `src/server.ts` |
| `bun run start:prod` | 先类型检查再启动 |
| `bun run install:opencode` | 手动安装 `.opencode` 依赖 |
| `bun run pipeline:trigger` | 通过强制更新远端 `main` 分支触发 Gitea CI/CD;分支触发时只发布/覆盖 `latest` 镜像 |
| `bun run pipeline:trigger` | 通过重建并强推 annotated `latest` tag 触发 Gitea CI/CD只发布/覆盖 `latest` 镜像 |
### 模型与 API 配置