[BEZALEL] Fix Gitea CI — Remove container directive for host-mode runner #194

Merged
Timmy merged 1 commits from bezalel/fix-gitea-ci-runner-host-mode into main 2026-04-07 13:55:05 +00:00

1 Commits

Author SHA1 Message Date
293c44603e fix(ci): remove container directive from Gitea workflows for host-mode runner
All checks were successful
Forge CI / smoke-and-build (pull_request) Successful in 49s
The bezalel-vps-runner is registered in host mode (:host labels)
and cannot execute Docker containers. The container pinning added
in #180 causes all Gitea CI jobs to fail immediately with:

  Cannot connect to the Docker daemon at unix:///var/run/docker.sock

Remove container: from .gitea/workflows/*.yml while keeping it in
.github/workflows/ for actual GitHub Actions runners.

Fixes CI for all open PRs and main branch pushes.
2026-04-07 13:53:42 +00:00