使用 docker 标签并指定容器镜像
Some checks failed
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Failing after 15s

This commit is contained in:
2026-01-19 15:04:52 +08:00
parent 589197e284
commit 38a9a81bae

View File

@@ -16,6 +16,7 @@ env:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: docker runs-on: docker
container: catthehacker/ubuntu:act-latest
steps: steps:
- name: 检出代码 - name: 检出代码