ensure nodejs installed
Some checks failed
Docker Builders / build-base-builder (push) Failing after 9s
Some checks failed
Docker Builders / build-base-builder (push) Failing after 9s
This commit is contained in:
@@ -18,14 +18,20 @@ jobs:
|
|||||||
build-base-builder:
|
build-base-builder:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 360
|
timeout-minutes: 360
|
||||||
|
container:
|
||||||
|
image: docker:29.1.5-dind
|
||||||
|
options: --privileged
|
||||||
services:
|
services:
|
||||||
docker:
|
docker:
|
||||||
image: docker:28.5.1-dind
|
image: docker:29.1.5-dind
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Node.js
|
||||||
|
run: apt-get install -y nodejs
|
||||||
|
|
||||||
- name: Login to the Container registry
|
- name: Login to the Container registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@@ -36,5 +42,5 @@ jobs:
|
|||||||
- name: Build Base Builder
|
- name: Build Base Builder
|
||||||
run: docker build -t "$BASE_BUILDER_TAG" ./Linux/BaseBuilder
|
run: docker build -t "$BASE_BUILDER_TAG" ./Linux/BaseBuilder
|
||||||
|
|
||||||
# - name: Push Base Builder
|
- name: Push Base Builder
|
||||||
# run: docker push "$BASE_BUILDER_TAG"
|
run: docker push "$BASE_BUILDER_TAG"
|
||||||
Reference in New Issue
Block a user