Add node install and remove needed on fallback
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 3s
Build Custom docker:dind image / build-container-fallback (push) Has been skipped

This commit is contained in:
Neshura 2023-11-16 19:06:57 +00:00
parent 2fe40c4fb2
commit c77ec8d338

View file

@ -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:
-