From c3ab19e1cbba44178f3a17d67396221c45fc03e0 Mon Sep 17 00:00:00 2001 From: Alie Date: Mon, 25 Dec 2023 13:51:06 +0100 Subject: [PATCH] maybe this --- .gitea/workflows/test-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test-dev.yaml b/.gitea/workflows/test-dev.yaml index a14cdbe..d5fe088 100644 --- a/.gitea/workflows/test-dev.yaml +++ b/.gitea/workflows/test-dev.yaml @@ -11,6 +11,7 @@ jobs: COMPOSE_FILE: compose.yaml DOCKER_USER: ${{ secrets.DOCKER_USER }} DOCKER_PASS: ${{ secrets.DOCKER_PASS }} + DOCKER_HOST: unix:///run/user/1000/docker.sock steps: - name: Checkout code uses: actions/checkout@v2