From 78a3a424cde6ebbca1bcc5398e62b7019c6d5b2c Mon Sep 17 00:00:00 2001 From: David Roazen Date: Wed, 13 Dec 2023 18:53:03 -0500 Subject: [PATCH] Output the new image name at the end of a successful cloud docker build --- build_docker_remote.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_docker_remote.sh b/build_docker_remote.sh index 188519ff471..7eada9565c3 100755 --- a/build_docker_remote.sh +++ b/build_docker_remote.sh @@ -125,6 +125,8 @@ echo "running the following gcloud command: ${SUBMIT_COMMAND}" echo -n "" >> .gcloudignore ${SUBMIT_COMMAND} +echo "Image successfully built and pushed to ${DOCKER_IMAGE_TAG}" + cd ${ORIGINAL_WORKING_DIRECTORY} if [ -n "$STAGING_DIR" ] ; then rm -Rf ${STAGING_DIR}/${STAGING_CLONE_DIR}