Fixed
- GHCR anonymous auth returns 401 on public repos — The v1.3.3 fix for anonymous bearer tokens (
Og==) removed the auth header entirely, but GHCR requires a token exchange even for unauthenticated pulls. Replaced direct bearer auth with proper token exchange viahttps://ghcr.io/token, matching the Hub/Quay pattern. Authenticated requests add Basic credentials to the token request; anonymous requests omit them. LSCR inherits the fix automatically. (#85, #86)
Full Changelog: v1.3.5...v1.3.6