更新 .gitea/workflows/push.yml
Some checks are pending
Docker Build & Deploy / Build Docker Image (push) Waiting to run
Docker Build & Deploy / Deploy to Production (push) Blocked by required conditions

This commit is contained in:
2025-03-05 17:51:59 +08:00
parent 8f89de1a99
commit 6fbfe91567

View File

@@ -10,7 +10,7 @@ env: # 全局环境变量
jobs:
build:
name: Build Docker Image
runs-on: docker # 必须与 runner 的标签匹配 (如 GITEA_RUNNER_LABELS: "docker")
runs-on: docker:docker # 必须与 runner 的标签匹配 (如 GITEA_RUNNER_LABELS: "docker")
steps:
- name: Checkout code # ✅ 必须添加代码检出
uses: actions/checkout@v3