Browse Source

ci: 修改镜像编译

pull/126/head 7.3.2.5
wangjun 3 years ago
parent
commit
99795f3711
  1. 11
      .github/workflows/docker-image.yml

11
.github/workflows/docker-image.yml

@ -47,17 +47,6 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2
- name: Build
run: |
cd vben28
pnpm install
npm run build
- name: Setting Version - name: Setting Version
id: vars id: vars
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:10}) run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})

Loading…
Cancel
Save