From 7075b3f34ee7092541a96d671ff22f9c5f34ab6e Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Sat, 4 Jul 2026 17:44:31 +0000 Subject: [PATCH] fix CI: use correct container image, add docker socket for build --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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: |