summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 15:52:18 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 15:52:18 -0500
commit212e8621f2cd802e16ae794a248ce9ae5eaf4159 (patch)
tree20e767badc92584552d7f7ce26ceb23492d1f80a
parent63f19ba1f6961b5853ebb5b646300c46b39f517f (diff)
downloaddocker-python-212e8621f2cd802e16ae794a248ce9ae5eaf4159.tar.gz
Verbose naming convention
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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=()