summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/include-docker-push.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh
index 1017d549c..ec78d9ab1 100644
--- a/jjb/include-docker-push.sh
+++ b/jjb/include-docker-push.sh
@@ -4,7 +4,7 @@ DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
SEARCH="aai-service";
if [[ $PROJECT =~ $SEARCH ]] ; then
- docker push $DOCKER_REPOSITORY/ecomp/ajsc-aai:latest;
+ docker push $DOCKER_REPOSITORY/openecomp/ajsc-aai:latest;
else
- docker push $DOCKER_REPOSITORY/ecomp/model-loader:latest;
+ docker push $DOCKER_REPOSITORY/openecomp/model-loader:latest;
fi