diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fc86b75..eee479b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest container: image: docker:29.4.0-dind-rootless + volumes: + - /var/run/docker.sock:/var/run/docker.sock timeout-minutes: 360 steps: