From fdc789d8372e2e57d1d183619dd86b67ddacf672 Mon Sep 17 00:00:00 2001 From: Manu Seth Date: Sat, 27 Feb 2021 04:19:18 +0000 Subject: [PATCH] differentiate tag prefix for v1.x --- cd/utils/docker_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd/utils/docker_tag.sh b/cd/utils/docker_tag.sh index e77cbe7856bf..9e88649bdef1 100755 --- a/cd/utils/docker_tag.sh +++ b/cd/utils/docker_tag.sh @@ -21,7 +21,7 @@ mxnet_variant=${1:?"Please specify the mxnet variant as the first parameter"} is_release=${RELEASE_BUILD:-false} -version=${VERSION:-nightly} +version=${VERSION:-nightly_v1.x} # The docker tags will be in the form _(_mkl) # Eg. nightly_cpu, 1.4.0_cpu_mkl, nightly_gpu_cu80_mkl, etc.