From 3646d150a1473c0581ceaf8f814e57196e15629f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Feb 2019 14:25:40 -0500 Subject: Verbose image name --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 15fc7d9..17c6c8e 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash HUB=${2:-astroconda} -PROJECT=${HUB}/base +PROJECT=${HUB}/datb-tc-base PROJECT_VERSION="${1}" TAGS=() -- cgit