Skip to content

Commit fe43978

Browse files
author
yangtao
committed
减小docker build体积,优化构建速度,利用action缓存机制
1 parent affa547 commit fe43978

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ jobs:
4747
echo "repo_name=$REPO_LC" >> $GITHUB_OUTPUT
4848
echo "📦 当前版本: $VERSION"
4949
50-
# 设置Node.js缓存
51-
- name: 🔧 设置 Node.js
52-
uses: actions/setup-node@v4
53-
with:
54-
node-version: '18'
55-
cache: 'pnpm'
56-
5750
# 只在发布版本时设置QEMU(用于多架构构建)
5851
- name: 🔧 设置 QEMU
5952
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)