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
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js
|
||||
run: apt-get install -y nodejs
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user