Skip to content

Commit

Permalink
Check that image build was successful.
Browse files Browse the repository at this point in the history
  • Loading branch information
EtiennePerot authored and apyrgio committed Feb 19, 2024
1 parent e375624 commit 04508d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion install/common/build-image.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def main():
"Dockerfile",
"--tag",
TAG,
]
],
check=True,
)

if not args.no_save:
Expand Down

0 comments on commit 04508d9

Please sign in to comment.