From 04508d9694db3aa5b4ca357696c6b08ace9b1150 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. --- CHANGELOG.md | 1 + install/common/build-image.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73060b7..774b331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or - Fedora (Linux): Add missing Dangerzone logo on application launcher ([issue #645](https://github.com/freedomofpress/dangerzone/issues/645)) - Prevent document conversion from failing due to lack of space in the converter. This affected mainly systems with low computing resources such as Qubes OS ([issue #574](https://github.com/freedomofpress/dangerzone/issues/574)) - Add a missing dependency to our Apple Silicon container image, which affected dev environments only, thanks to [@prateekj117](https://github.com/prateekj117) ([#671](https://github.com/freedomofpress/dangerzone/pull/671)) +- Development: Add missing check when building container image, thanks to [@EtiennePerot](https://github.com/EtiennePerot) ([#721](https://github.com/freedomofpress/dangerzone/pull/721)) ### Changed diff --git a/install/common/build-image.py b/install/common/build-image.py index 5d99471..3a490fc 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: