You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: clean up image tag resolution — no legacy workarounds
- Read LPB_IMAGE_TAG env var at module level, set as default for cfg.image_tag
- Remove _resolve_image_tag() function
- Replace all cfg.image_tag or _resolve_image_tag() with just cfg.image_tag
- Clean separation: env var → default, --tag → override
0 commit comments