diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index 74e3f0aa..8564ef28 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -396,6 +396,11 @@ Header ################## ValidateInput +################### +# Build the image # +################### +BuildImage + ###################### # Login to DockerHub # ###################### @@ -419,11 +424,6 @@ else exit 1 fi -################### -# Build the image # -################### -BuildImage - #################### # Upload the image # ####################