chore: 移除发布工作流及Dockerfile,简化构建步骤
Some checks failed
Build Docker / build (push) Failing after 4s

This commit is contained in:
yinxiaolong
2026-06-18 17:47:28 +08:00
parent d19e5eb69d
commit cf504f6d68
3 changed files with 1 additions and 80 deletions

View File

@@ -9,4 +9,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: cp -rf .github/workflows/Dockerfile . && docker build -t hyperf .
run: ls -la