summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 15:53:51 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-21 15:53:51 -0500
commit6f23b95ed286672f90594c4136294d4e56200bcd (patch)
tree0a224d26dde6725725edc5b0dc6b245fe97d404a
parent7a95da861b3b8f50ead60131633e208d66afda0b (diff)
downloaddocker-pipeline-nb-6f23b95ed286672f90594c4136294d4e56200bcd.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 e400efd..b027aa1 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
HUB=${2:-astroconda}
-PROJECT=${HUB}/pipeline-nb
+PROJECT=${HUB}/datb-tc-pipeline-nb
PROJECT_VERSION="${1}"
TAGS=()
image_tag="${PROJECT_VERSION}"