Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
differentiate tag prefix for v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Feb 27, 2021
1 parent 5a9b7d0 commit fdc789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/utils/docker_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version>_<hardware>(_mkl)
# Eg. nightly_cpu, 1.4.0_cpu_mkl, nightly_gpu_cu80_mkl, etc.
Expand Down

0 comments on commit fdc789d

Please sign in to comment.