install nodejs before
Some checks failed
Docker Builders / build-base-builder (push) Failing after 5s
Some checks failed
Docker Builders / build-base-builder (push) Failing after 5s
This commit is contained in:
@@ -26,12 +26,12 @@ jobs:
|
|||||||
image: docker:29.1.5-dind
|
image: docker:29.1.5-dind
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: apt-get install -y nodejs
|
run: apt-get install -y nodejs
|
||||||
|
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Login to the Container registry
|
- name: Login to the Container registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user