Skip to content

Commit

Permalink
ci: 调整node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Apr 18, 2024
1 parent b6b0d95 commit 5a9829a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
runs-on: ubuntu-latest
needs: api
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
persist-credentials: false
node-version: 18.12

- name: Setting Version
id: vars
Expand All @@ -64,8 +64,9 @@ jobs:

# build 并且 push docker 镜像
- name: Push Vue3 Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v2
with:
node-version: "18.12"
context: vben28
push: true
tags: zzzwangjun/lion.abp.pro.vben28:${{ steps.vars.outputs.RELEASE_VERSION }}

0 comments on commit 5a9829a

Please sign in to comment.