remove docker socket mount
Some checks failed
Garfbot CI/CD Deployment / Deploy (push) Failing after 5s

This commit is contained in:
2025-06-02 13:47:57 -05:00
parent 888e647e1f
commit 86fa47d259

View File

@ -10,7 +10,6 @@ jobs:
container: container:
image: docker:latest image: docker:latest
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/crate/garfbot:/workspace - /home/crate/garfbot:/workspace
steps: steps:
- name: Pull Garfbot and restart container - name: Pull Garfbot and restart container