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 committed Feb 18, 2024
1 parent e375624 commit ecb8970
Showing 1 changed file with 2 additions and 1 deletion.
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 ecb8970

Please sign in to comment.