light cleanup
This commit is contained in:
parent
14260f2de1
commit
14b8dcef24
1 changed files with 0 additions and 14 deletions
|
|
@ -20,18 +20,11 @@ jobs:
|
||||||
- docker
|
- docker
|
||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
env:
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js and dependencies
|
- name: Install Node.js and dependencies
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add --no-cache nodejs npm git bash
|
apk add --no-cache nodejs npm git bash
|
||||||
dockerd &
|
|
||||||
sleep 5
|
|
||||||
docker version
|
|
||||||
node --version
|
|
||||||
npm --version
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -66,18 +59,11 @@ jobs:
|
||||||
runs-on: amd64
|
runs-on: amd64
|
||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
env:
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js and dependencies
|
- name: Install Node.js and dependencies
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add --no-cache nodejs npm git bash
|
apk add --no-cache nodejs npm git bash
|
||||||
dockerd &
|
|
||||||
sleep 5
|
|
||||||
docker version
|
|
||||||
node --version
|
|
||||||
npm --version
|
|
||||||
|
|
||||||
- name: Login to Forgejo Registry
|
- name: Login to Forgejo Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue