File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -501,10 +501,6 @@ FindBuiltImage() {
501501 # #############
502502 # Local vars #
503503 # #############
504- FOUND_DOCKER_RELASE=0 # Flag if docker relase image is found
505- FOUND_DOCKER_MAJOR=0 # Flag if docker major image is found
506- FOUND_GCR_RELASE=0 # Flag if GCR releasae image is found
507- FOUND_GCR_MAJOR=0 # Flag if GCR major image is found
508504 CHECK_IMAGE_REPO=' ' # Repo to look for
509505
510506 # ###################################
@@ -535,6 +531,7 @@ FindBuiltImage() {
535531 FOUND_RELASE=1
536532 else
537533 info " Failed to find locally created Docker image:[${CHECK_IMAGE_REPO} ]"
534+ info " ${FIND_VERSION_CMD} "
538535 fi
539536
540537 # ####################################
@@ -556,6 +553,7 @@ FindBuiltImage() {
556553 FOUND_MAJOR=1
557554 else
558555 info " Failed to find locally created Docker image:[${FIND_MAJOR_CMD} ]"
556+ info " ${FIND_MAJOR_CMD} "
559557 fi
560558
561559 # ##############################
You can’t perform that action at this time.
0 commit comments