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