Browse Source

docker github action

pull/2/head
xiaochun.liu 4 years ago
parent
commit
e2cc538c6e
  1. 3
      dockerfile/hooks/build

3
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

Loading…
Cancel
Save