Skip to content

Commit 99795f3

Browse files
committed
ci: 修改镜像编译
1 parent 65b5fb7 commit 99795f3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/docker-image.yml

-11
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ jobs:
4747
with:
4848
persist-credentials: false
4949

50-
- name: Install pnpm
51-
uses: pnpm/[email protected]
52-
with:
53-
version: 6.0.2
54-
55-
- name: Build
56-
run: |
57-
cd vben28
58-
pnpm install
59-
npm run build
60-
6150
- name: Setting Version
6251
id: vars
6352
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})

0 commit comments

Comments
 (0)