ci: 移除 checkout action (容器无 node,act_runner 自动 clone)
Deploy ai-agent to dev k3s / build-and-deploy (push) Failing after 0s

This commit is contained in:
2026-08-03 14:01:54 +08:00
parent eebdb6ec38
commit a6a6d34eea
+1 -3
View File
@@ -14,9 +14,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: 拉取代码
uses: actions/checkout@v4
# 注意:act_runner 自动 clone 仓库到工作区,无需 checkout action(容器内无 node
- name: 构建并推送镜像
run: |
TAG=dev-${GITHUB_SHA::8}