ci(docker): 更新Docker配置和安装流程
CI / build (20.15.1) (push) Failing after 26m3s

- 移除apps中package.json的version字段
- 添加DOCKER_API_VERSION环境变量
- 改进Docker安装流程,使用官方源安装新版CLI和Buildx插件
This commit is contained in:
2025-11-13 19:14:39 -08:00
parent 72bf4fee7c
commit 4ae7ed783f
3 changed files with 10 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
{
"name": "ppanel-admin-web",
"version": "1.3.1",
"private": true,
"scripts": {
"build": "next build",
-1
View File
@@ -1,6 +1,5 @@
{
"name": "ppanel-user-web",
"version": "1.3.1",
"private": true,
"scripts": {
"build": "next build",