Merge "Define release 1.1.0 for the UI/DMAAPBC component"
diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh
old mode 100644
new mode 100755
index 58e0989..df42fa7
--- a/jjb/include-docker-push.sh
+++ b/jjb/include-docker-push.sh
@@ -25,6 +25,9 @@
 
 if [ ! -z "$DOCKER_IMAGE_NAME" ]; then
     REPO_PATH=$DOCKER_REPOSITORY/${DOCKER_IMAGE_NAME};
+
+    # tag image with nexus3 proxy prefix
+    docker tag ${DOCKER_IMAGE_NAME} $REPO_PATH
 elif [[ $PROJECT =~ $SEARCH ]] ; then
     REPO_PATH=$DOCKER_REPOSITORY/openecomp/ajsc-aai;
 else