Update docker-image.yml
This commit is contained in:
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user