撤销之前的「已迁移到 docker-gitea/ci-actions」banner——本仓库是被 docker-gitea 通过 git submodule 引用,**不是被合并**。业务仓库 workflow 'uses:' URL 仍指向本仓库(不变)。所有 action 改动 + tag 都在本仓库进行。
This commit is contained in:
@@ -1,23 +1,13 @@
|
||||
# ⚠️ 本仓库已迁移(archive)
|
||||
|
||||
本仓库 (`gitea_admin/ci-actions`) 的代码已于 **2026-07-16** 作为子目录并入
|
||||
**`gitea_admin/docker-gitea`** 仓库的 `ci-actions/` 目录(git subtree),
|
||||
**业务仓库**(`notify-test-sandbox` 等)的 workflow `uses:` 路径相应从
|
||||
`gitea_admin/ci-actions/...` 改为 `gitea_admin/docker-gitea/ci-actions/...`。
|
||||
|
||||
- **新代码位置**:`http://pipeline.beforegolive.com:9977/gitea_admin/docker-gitea/src/branch/main/ci-actions/`
|
||||
- **业务 repo `uses:` URL**:`http://gitea:3000/gitea_admin/docker-gitea/ci-actions/<name>@<tag>`
|
||||
- **迁移说明**:见 `docker-gitea` 仓库 `docs/ci-actions.md` 和 commit 历史
|
||||
|
||||
本仓库保留作为 archive,不再接收更新。请在 `docker-gitea/ci-actions/` 维护和发版
|
||||
(最新 tag = v1.1.2)。
|
||||
|
||||
---
|
||||
|
||||
# gitea_admin/ci-actions(历史 archive 文档)
|
||||
# gitea_admin/ci-actions
|
||||
|
||||
Gitea Actions 公共 action 仓库。
|
||||
|
||||
> **维护模式**(2026-07-16 起):本仓库**独立发布**(自己打 tag:`v1.x.y`)。
|
||||
> `gitea_admin/docker-gitea` 仓库通过 **git submodule** 把本仓库作为 `ci-actions/`
|
||||
> 子目录引入,方便在 docker-gitea 仓库内查看/同步代码;
|
||||
> 但所有 action 改动与发版都**在本仓库**进行(commit + push + tag),业务仓库
|
||||
> workflow 的 `uses:` URL 仍指向本仓库 `http://gitea:3000/gitea_admin/ci-actions/<name>@<tag>`。
|
||||
|
||||
通过 `uses: gitea_admin/ci-actions/<name>@v1` 在业务 workflow 中复用,
|
||||
避免每个仓库重复实现。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user