From ecb8970db6e9c344ce6a3e0610a22662ae896bdb Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Sun, 18 Feb 2024 13:53:01 -0800 Subject: [PATCH] Check that image build was successful. --- install/common/build-image.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/common/build-image.py b/install/common/build-image.py index 5d9947103..3a490fc14 100644 --- a/install/common/build-image.py +++ b/install/common/build-image.py @@ -55,7 +55,8 @@ def main(): "Dockerfile", "--tag", TAG, - ] + ], + check=True, ) if not args.no_save: