tag=reg.cestong.com.cn/cecf/flink:v1.18.0 docker-build: docker build . -t ${tag} docker-push: docker-build docker push ${tag} docker-build-new: docker build . -t ${tag} --no-cache