The upload_image script does not throw an error when it can't push the images
I noticed that it does not exit with an error when it fails to upload the images in the upload_image script, it seems to push them correctly but they are not in quay.io:
this is because when it fails, the cli does not raise an error, it just returns a dictionary with the result, we need to check that dictionary and see if an error occurred: