From 2f432ea790d5ac33d3ee277f8684f889317f9784 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Thu, 21 Oct 2021 23:38:22 -0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 040ae22..58f4f70 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,13 +10,10 @@ on: required: true description: 'Node.js v12 needs python2 and Node.js v16 needs python3' - jobs: - build: - + name: Build node.js ${{github.event.inputs.NodeVersion}} runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 - name: Build the Docker image @@ -29,5 +26,5 @@ jobs: - name: Upload alpine node.js uses: actions/upload-artifact@v2 with: - name: alpine_nodejs + name: alpine_nodejs_${{github.event.inputs.NodeVersion}} path: ${{runner.temp}}/alpine_node