main #1
|
|
@ -16,6 +16,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker
|
image: docker
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install node
|
||||||
|
run: apk add nodejs
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue