mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-26 11:16:00 +00:00
ac52d5b342
The docker/login-action fails hard when DOCKERHUB_LEROBOT_USERNAME is empty (e.g. fork PRs). Since all jobs use push: false (local build only), the login is just for pull rate limit avoidance — make it conditional. Made-with: Cursor