Skip to content

Commit

Permalink
Output the new image name at the end of a successful cloud docker bui…
Browse files Browse the repository at this point in the history
…ld (#8627)
  • Loading branch information
droazen authored Dec 14, 2023
1 parent fd873e9 commit 39cfbba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_docker_remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 39cfbba

Please sign in to comment.