fix: 移除 CI container 配置,直接在 host 运行 #16
Reference in New Issue
Block a user
Delete Branch "fix/ci-remove-container"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题
act-runner 在执行 CI 时尝试从 Docker Hub 拉取
xiaoxia-ci-python:3.12镜像,但该镜像只在本地构建,未推送到远程仓库。解决方案
移除
container: xiaoxia-ci-python:3.12配置,让 CI 直接在 host 上运行。构建服务器已预装所需的 Python 和工具,无需容器化。优势