diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |