From 323bf9bfdba445d6ed046c3e0f34a5ddb1ea5103 Mon Sep 17 00:00:00 2001 From: beforegolive Date: Thu, 16 Jul 2026 09:34:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E5=8A=A0=20submodule=20?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E8=AF=B4=E6=98=8E=EF=BC=88=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=A8=A1=E5=BC=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 撤销之前的「已迁移到 docker-gitea/ci-actions」banner——本仓库是被 docker-gitea 通过 git submodule 引用,**不是被合并**。业务仓库 workflow 'uses:' URL 仍指向本仓库(不变)。所有 action 改动 + tag 都在本仓库进行。 --- README.md | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 28534e1..a777d8a 100644 --- a/README.md +++ b/README.md @@ -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/@` -- **迁移说明**:见 `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/@`。 + 通过 `uses: gitea_admin/ci-actions/@v1` 在业务 workflow 中复用, 避免每个仓库重复实现。