Browse Source

Update docker-image.yml

pull/127/head 8.0.4.11
WangJunZzz 2 years ago
committed by GitHub
parent
commit
6564609236
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/docker-image.yml

6
.github/workflows/docker-image.yml

@ -46,8 +46,12 @@ jobs:
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
node-version: 18
- name: Set Node Version
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Setting Version
id: vars
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})

Loading…
Cancel
Save