fix(ci): enable Docker automount for runner
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 22s

This commit is contained in:
goose 2026-03-12 12:51:08 -03:00
parent 3b570e7838
commit 10bff7c9cc

View file

@ -85,15 +85,6 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: docker:latest image: docker:latest
services:
docker-in-docker:
image: docker:dind
env:
DOCKER_TLS_CERTDIR: ""
env:
DOCKER_HOST: tcp://docker-in-docker:2375
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
needs: build needs: build
steps: steps: