Update docker-image.yml

This commit is contained in:
Tingluo Huang
2021-10-21 23:38:22 -04:00
committed by GitHub
parent 29fcf0e9f6
commit 2f432ea790

View File

@@ -10,13 +10,10 @@ on:
required: true required: true
description: 'Node.js v12 needs python2 and Node.js v16 needs python3' description: 'Node.js v12 needs python2 and Node.js v16 needs python3'
jobs: jobs:
build: build:
name: Build node.js ${{github.event.inputs.NodeVersion}}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build the Docker image - name: Build the Docker image
@@ -29,5 +26,5 @@ jobs:
- name: Upload alpine node.js - name: Upload alpine node.js
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: alpine_nodejs name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
path: ${{runner.temp}}/alpine_node path: ${{runner.temp}}/alpine_node