From 9c1de47c907384ca790a794d59ff8470e44d1ea6 Mon Sep 17 00:00:00 2001 From: LeterZP Date: Mon, 1 Jun 2026 21:45:51 +0300 Subject: [PATCH] Added docker.sock --- .gitea/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 92130b2..c9ccd96 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,6 +17,8 @@ jobs: container: image: alpine/git + volumes: + - /var/run/docker.sock:/var/run/docker.sock steps: - name: main @@ -55,6 +57,8 @@ jobs: container: image: alpine/git + volumes: + - /var/run/docker.sock:/var/run/docker.sock steps: - name: main