Add node install and remove needed on fallback
This commit is contained in:
parent
2fe40c4fb2
commit
c77ec8d338
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,9 @@ jobs:
|
|||
build-container:
|
||||
runs-on: dind
|
||||
steps:
|
||||
-
|
||||
name: Install Node.js
|
||||
run: apt install -y nodejs
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
@ -25,7 +28,6 @@ jobs:
|
|||
|
||||
build-container-fallback:
|
||||
if: failure()
|
||||
needs: build-container
|
||||
runs-on: docker
|
||||
steps:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue