Change CI image registry path from LilleVemmelund to lillevemmelund
Fix Docker build failure: repository name must be lowercase
Document that registry owner segments must be lowercase even when the Gitea org slug is mixed case
Context
PR #44 used LilleVemmelund to match the Gitea org slug, but Docker rejects uppercase characters in image repository names. Gitea accepts the lowercased owner (lillevemmelund) and maps it to the LilleVemmelund org — no organization rename required.
Update homelab-platform runner label to docker://gitea.lille-vemmelund.dk/lillevemmelund/python-repositories-ci:latest if needed
Roll runner pods after label change
## Summary
- Change CI image registry path from `LilleVemmelund` to `lillevemmelund`
- Fix Docker build failure: `repository name must be lowercase`
- Document that registry owner segments must be lowercase even when the Gitea org slug is mixed case
## Context
PR #44 used `LilleVemmelund` to match the Gitea org slug, but Docker rejects uppercase characters in image repository names. Gitea accepts the lowercased owner (`lillevemmelund`) and maps it to the `LilleVemmelund` org — no organization rename required.
Correct image path:
`gitea.lille-vemmelund.dk/lillevemmelund/python-repositories-ci:latest`
## Test plan
- [ ] Merge and re-run **Build CI Image** workflow
- [ ] Confirm image build and push succeed
- [ ] Update homelab-platform runner label to `docker://gitea.lille-vemmelund.dk/lillevemmelund/python-repositories-ci:latest` if needed
- [ ] Roll runner pods after label change
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
LilleVemmelundtolillevemmelundrepository name must be lowercaseContext
PR #44 used
LilleVemmelundto match the Gitea org slug, but Docker rejects uppercase characters in image repository names. Gitea accepts the lowercased owner (lillevemmelund) and maps it to theLilleVemmelundorg — no organization rename required.Correct image path:
gitea.lille-vemmelund.dk/lillevemmelund/python-repositories-ci:latestTest plan
docker://gitea.lille-vemmelund.dk/lillevemmelund/python-repositories-ci:latestif neededTest Coverage Report: