ensure nodejs installed
Some checks failed
Docker Builders / build-base-builder (push) Failing after 9s

This commit is contained in:
2026-01-23 17:15:49 +01:00
parent 04830e5234
commit 59ae99ca04

View File

@@ -18,14 +18,20 @@ jobs:
build-base-builder:
runs-on: ubuntu-latest
timeout-minutes: 360
container:
image: docker:29.1.5-dind
options: --privileged
services:
docker:
image: docker:28.5.1-dind
image: docker:29.1.5-dind
options: --privileged
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js
run: apt-get install -y nodejs
- name: Login to the Container registry
uses: docker/login-action@v2
with:
@@ -36,5 +42,5 @@ jobs:
- name: Build Base Builder
run: docker build -t "$BASE_BUILDER_TAG" ./Linux/BaseBuilder
# - name: Push Base Builder
# run: docker push "$BASE_BUILDER_TAG"
- name: Push Base Builder
run: docker push "$BASE_BUILDER_TAG"