From 86fa47d259c3fc741efdfddbe418e9ed02148467 Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 2 Jun 2025 13:47:57 -0500 Subject: [PATCH] remove docker socket mount --- .gitea/workflows/deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 61e2ab9..658d22b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,6 @@ jobs: container: image: docker:latest volumes: - - /var/run/docker.sock:/var/run/docker.sock - /home/crate/garfbot:/workspace steps: - name: Pull Garfbot and restart container