chore: switch CI runner to ui-runner for new Gitea instance
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 27s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
lzh
2026-02-14 12:23:41 +08:00
parent dbe240320c
commit 735d553856

View File

@@ -14,7 +14,7 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: xw-runner runs-on: ui-runner
# 使用包含 Docker 客户端的镜像,这样我们可以在容器内构建镜像 (Docker-in-Docker 模式) # 使用包含 Docker 客户端的镜像,这样我们可以在容器内构建镜像 (Docker-in-Docker 模式)
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest