Skip to content

Commit 967869f

Browse files
committed
fix: add back _resolve_image_tag for test compatibility [skip-version]
1 parent 7291822 commit 967869f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/lpb.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ def _resolve_version_image(version: str, mode: str) -> str:
166166
return f"ghcr.io/localpibox/devstack:{version}-{mode}"
167167

168168

169+
def _resolve_image_tag() -> str:
170+
"""Return the image tag suffix from env var (legacy compatibility)."""
171+
return os.environ.get("LPB_IMAGE_TAG", "")
172+
173+
169174
def resolve_cli_image(tag: str) -> str:
170175
"""Resolve the final CLI image name from stack config + tag override.
171176

0 commit comments

Comments
 (0)