diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml
index edb5ddf..7b8a493 100644
--- a/.gitea/workflows/ci.yaml
+++ b/.gitea/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
       - name: Set up BuildX
         uses: docker/setup-buildx-action@v2
         with:
-          endpoint: 'unix:///var/run/user/1000/podman/podman.sock'
+          endpoint: 'unix:///var/run/docker.sock'
       - name: Build and push
         uses: docker/build-push-action@v4
         with: