fix(ci): remove docker-in-dind service and add docker socket mount
This commit is contained in:
parent
6a3149ca60
commit
fff9319143
1 changed files with 2 additions and 3 deletions
|
|
@ -85,10 +85,9 @@ jobs:
|
|||
runs-on: docker
|
||||
container:
|
||||
image: docker:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
needs: build
|
||||
services:
|
||||
docker:
|
||||
image: docker:dind
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue