From 3359631596c8ee5face332dc8a508253486e9608 Mon Sep 17 00:00:00 2001 From: Mikhail Gordeev Date: Tue, 14 Jun 2022 16:13:19 +0300 Subject: [PATCH] Always push --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index d045335..3417245 100755 --- a/build.py +++ b/build.py @@ -141,7 +141,7 @@ class DockerBuilder: def parse_args(): - stages = ["build", "remove_dockerfiles", "render_dockerfiles", "push"] + stages = ["build", "remove_dockerfiles", "render_dockerfiles"] arches = ["amd64", "386", "arm64", "arm", "ppc64le"] branches = ["p9", "p10", "sisyphus"] images = os.listdir(IMAGES_DIR)