fix: cicd-调整8
Some checks failed
JT808 CI/CD / build-and-deploy (push) Failing after 19s

This commit is contained in:
lzh
2025-12-12 16:18:38 +08:00
parent 0041faa1b1
commit 2a5a98f870

View File

@@ -8,6 +8,10 @@ on:
jobs:
build-and-deploy:
runs-on: xw-runner
container:
image: catthehacker/ubuntu:act-latest
# 必须挂载 docker.sock 才能在容器内控制宿主机 Docker
options: -v /var/run/docker.sock:/var/run/docker.sock
steps:
# 1. 手动检出代码 (零外部依赖,解决拉取 Action 慢的问题)
- name: Checkout (Native)