655af15121
The Gitea Actions runner v1.0.8 fails to start the Qdrant service container with 'exec: ./entrypoint.sh: no such file or directory'. This is a runner bug with how it handles service container entrypoints/CMD. Bypass the service container mechanism by starting Qdrant manually with docker run -d and a health check wait loop.