Skip to content

Commit 6cc4a85

Browse files
committed
Better codestyle
1 parent 1e6f34d commit 6cc4a85

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tagging/merge_tags.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,7 @@ def merge_tags(
4848
)
4949

5050
LOGGER.info(f"Found images: {existing_images}")
51-
(
52-
docker[
53-
"manifest",
54-
"create",
55-
tag,
56-
][existing_images]
57-
& plumbum.FG
58-
)
51+
docker["manifest", "create", tag][existing_images] & plumbum.FG
5952
docker["manifest", "push", tag] & plumbum.FG
6053

6154

0 commit comments

Comments
 (0)