ci: 移除 checkout action (容器无 node,act_runner 自动 clone)
Deploy ai-agent to dev k3s / build-and-deploy (push) Failing after 0s
Deploy ai-agent to dev k3s / build-and-deploy (push) Failing after 0s
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user