diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c8f7330..79fd6e0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: runs-on: ubuntu-latest container: image: gitea-job-image + options: --privileged -v /var/run/docker.sock:/var/run/docker.sock steps: - name: Build Docker image run: |