docker github action

This commit is contained in:
xiaochun.liu 2020-02-24 20:59:19 +08:00
parent 8a362b5464
commit e2cc538c6e

View File

@ -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