From 735d553856a3a0981a6bddd99277c989a14bdab5 Mon Sep 17 00:00:00 2001 From: lzh Date: Sat, 14 Feb 2026 12:23:41 +0800 Subject: [PATCH] chore: switch CI runner to ui-runner for new Gitea instance Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/deploy-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-web.yaml b/.gitea/workflows/deploy-web.yaml index c7a42134a..3b4ba18c0 100644 --- a/.gitea/workflows/deploy-web.yaml +++ b/.gitea/workflows/deploy-web.yaml @@ -14,7 +14,7 @@ on: jobs: build-and-deploy: - runs-on: xw-runner + runs-on: ui-runner # 使用包含 Docker 客户端的镜像,这样我们可以在容器内构建镜像 (Docker-in-Docker 模式) container: image: catthehacker/ubuntu:act-latest