mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
Better codestyle
This commit is contained in:
@@ -48,14 +48,7 @@ def merge_tags(
|
||||
)
|
||||
|
||||
LOGGER.info(f"Found images: {existing_images}")
|
||||
(
|
||||
docker[
|
||||
"manifest",
|
||||
"create",
|
||||
tag,
|
||||
][existing_images]
|
||||
& plumbum.FG
|
||||
)
|
||||
docker["manifest", "create", tag][existing_images] & plumbum.FG
|
||||
docker["manifest", "push", tag] & plumbum.FG
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user