# Private Docker Space stuck at “Build Queued” with no Docker build logs

> Source: <https://discuss.huggingface.co/t/private-docker-space-stuck-at-build-queued-with-no-docker-build-logs/180476#post_2>
> Published: 2026-09-15 19:08:20+00:00

This is a recurring platform-side glitch (there’s a whole thread from July with a dozen+ people hitting the exact same “no logs at all, factory reboot doesn’t help” pattern, sometimes it self-resolves, sometimes not, and it’s tied to the build worker/scheduler not picking up the job at all rather than anything in your Dockerfile). Given yours also comes in through Trusted Publishers/OIDC specifically, worth testing whether a manual commit (edit README directly on the Hub, or `git push` with a token instead of OIDC) triggers a normal build, that’d isolate whether it’s the OIDC publishing path itself getting stuck vs. a general builder queue issue affecting everyone. If a manual push builds fine, that’s useful info to include when you escalate to [website@huggingface.co](mailto:website@huggingface.co), since it’d point at the Trusted Publishers integration specifically rather than a platform-wide outage.
