mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
Improve artifacts handling and writing manifest
This commit is contained in:
@@ -37,9 +37,8 @@ def tag_image(short_image_name: str, owner: str) -> None:
|
||||
"tag", image, f"{owner}/{short_image_name}:{tags_prefix}{tag_value}"
|
||||
]()
|
||||
if tags_prefix != "":
|
||||
LOGGER.info(f"Changing :latest tag to include {tags_prefix=}")
|
||||
LOGGER.info(f"Adding {tags_prefix}latest tag")
|
||||
docker["tag", image, f"{owner}/{short_image_name}:{tags_prefix}latest"]()
|
||||
docker["rmi", image]()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user