fix(ci): remove docker-in-dind service and add docker socket mount
Some checks failed
Lint and Build / lint (push) Successful in 1m34s
Lint and Build / build (push) Successful in 2m6s
Lint and Build / docker-build (push) Failing after 12s

This commit is contained in:
goose 2026-03-12 11:43:27 -03:00
parent 6a3149ca60
commit fff9319143

View file

@ -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: |