Create image replacement that is compatible with current act

This commit is contained in:
hackercat
2021-01-14 17:46:10 +00:00
parent d57b268555
commit 521aee08fd
4 changed files with 105 additions and 28 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs:
act-base:
name: Build docker images for act
name: Build base docker images for act
runs-on: ubuntu-latest
strategy:
fail-fast: false
@@ -17,7 +17,7 @@ jobs:
matrix:
DISTRIB_ID: [ubuntu]
DISTRIB_RELEASE: [latest, 20.04, 18.04, 16.04]
IMAGE_TYPE: [nodejs]
IMAGE_TYPE: [nodejs, runner]
NODE_VERSION: ['12']
steps:
- uses: actions/checkout@v2