summaryrefslogtreecommitdiffstats
path: root/jjb/include-docker-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/include-docker-push.sh')
-rwxr-xr-xjjb/include-docker-push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh
index 3cc95081f..c0394de81 100755
--- a/jjb/include-docker-push.sh
+++ b/jjb/include-docker-push.sh
@@ -29,7 +29,7 @@ if [ ! -z "$DOCKER_IMAGE_NAME" ]; then
# tag image with nexus3 proxy prefix
docker tag ${DOCKER_IMAGE_NAME} $REPO_PATH
elif [[ $PROJECT =~ $SEARCH ]] ; then
- REPO_PATH=$DOCKER_REPOSITORY/openecomp/ajsc-aai;
+ REPO_PATH=$DOCKER_REPOSITORY/onap/ajsc-aai;
else
# Cut the prefix aai/ in example aai/model-loader
DOCKER_REPO_NAME=$(echo ${PROJECT} | cut -d"/" -f2-);