update build.sh

This commit is contained in:
peng.xu 2019-10-14 15:43:36 +08:00
commit b86859bb27

View File

@ -5,6 +5,8 @@ NORMAL=`tput sgr0`
YELLOW='\033[1;33m'
ENDC='\033[0m'
echo -e "${BOLD}MISHARDS_REGISTRY=${MISHARDS_REGISTRY}${ENDC}"
function build_image() {
dockerfile=$1
remote_registry=$2