Fix running only push stage

This commit is contained in:
Mikhail Gordeev 2022-12-27 02:42:25 +03:00
parent 596ab36b44
commit 88f75c091b

View File

@ -418,7 +418,6 @@ def main():
db.remove_dockerfiles()
if "render_dockerfiles" in args.stages:
db.render_dockerfiles(branch)
if "build" in args.stages:
for image in db.get_build_order():
if f"{organization}/{image}" not in args.images:
continue