修复gitea文件
Some checks failed
Build docker and publish / prepare (20.15.1) (push) Successful in 2s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.admin image_name:zero-ppanel-admin name:admin]) (push) Failing after 1m4s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.api image_name:zero-ppanel-api name:api]) (push) Failing after 3s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.node image_name:zero-ppanel-node name:node]) (push) Failing after 3s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.queue image_name:zero-ppanel-queue name:queue]) (push) Failing after 4s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.scheduler image_name:zero-ppanel-scheduler name:scheduler]) (push) Failing after 3s
Build docker and publish / notify (push) Has been cancelled
Build docker and publish / deploy (push) Has been cancelled

This commit is contained in:
shanshanzhong 2026-02-27 18:49:09 -08:00
parent 77ab4e4785
commit dae845fe74

View File

@ -90,6 +90,11 @@ jobs:
- name: 📥 下载代码 - name: 📥 下载代码
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Node.js environment # 设置 Node.js 环境
uses: actions/setup-node@v2
with:
node-version: '20.15.1'
- name: 🔧 安装 Docker CLI - name: 🔧 安装 Docker CLI
run: | run: |
set -e set -e