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
|
||||
container:
|
||||
image: docker:dind
|
||||
env:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
steps:
|
||||
- name: Install Node.js and dependencies
|
||||
run: |
|
||||
apk update
|
||||
apk add --no-cache nodejs npm git bash
|
||||
dockerd &
|
||||
sleep 5
|
||||
docker version
|
||||
node --version
|
||||
npm --version
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -66,18 +59,11 @@ jobs:
|
|||
runs-on: amd64
|
||||
container:
|
||||
image: docker:dind
|
||||
env:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
steps:
|
||||
- name: Install Node.js and dependencies
|
||||
run: |
|
||||
apk update
|
||||
apk add --no-cache nodejs npm git bash
|
||||
dockerd &
|
||||
sleep 5
|
||||
docker version
|
||||
node --version
|
||||
npm --version
|
||||
|
||||
- name: Login to Forgejo Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue