From e2cc538c6ec022cb13076a1992df6e992a22c1a9 Mon Sep 17 00:00:00 2001 From: "xiaochun.liu" Date: Mon, 24 Feb 2020 20:59:19 +0800 Subject: [PATCH] docker github action --- dockerfile/hooks/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile/hooks/build b/dockerfile/hooks/build index ee173591af..e4bb5a92b3 100644 --- a/dockerfile/hooks/build +++ b/dockerfile/hooks/build @@ -18,7 +18,8 @@ echo "------ dolphinscheduler start - build -------" printenv -if [[ "${DOCKER_REPO}x" = "x" ]]; then +if [ "${DOCKER_REPO}x" = "x" ] +then DOCKER_REPO='dolphinscheduler' fi