From 212e8621f2cd802e16ae794a248ce9ae5eaf4159 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Feb 2019 15:52:18 -0500 Subject: Verbose naming convention --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 35f2bdc..44d647f 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash HUB=${3:-astroconda} -PROJECT=${HUB}/python +PROJECT=${HUB}/datb-tc-python PROJECT_VERSION="${1}" BASE_IMG_VERSION=${2:-latest} TAGS=() -- cgit