ci: remove duplicate docker.sock volume mount - runner already mounts it
Some checks failed
CI/CD → Deploy via SSH / Build & Push Docker Images (push) Failing after 2m29s
CI/CD → Deploy via SSH / Deploy via SSH (push) Has been skipped
CI/CD → Deploy via SSH / Validate HTTPS & Endpoints (push) Has been skipped

This commit is contained in:
MatheusAlves96 2026-04-21 01:12:34 -03:00
parent 2df0fb190b
commit f61af175d7

View file

@ -20,8 +20,6 @@ jobs:
container:
image: node:20-alpine
options: --privileged
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Install git