[PORTAL-20,PORTAL-23,PORTAL-32] Repair defects
[portal.git] / deliveries / os_docker_release.sh
old mode 100644 (file)
new mode 100755 (executable)
index fc721c2..ba4ba23
@@ -2,11 +2,11 @@
 
 ./run.sh
 
-REPO="nexus3.openecomp.org:10003"
+REPO="nexus3.onap.org:10003"
 
 TIMESTAMP=$(date +%C%y%m%dT%H%M%S)
 VERSION="1.1.0-STAGING-${TIMESTAMP}"
-LATEST="latest"
+LATEST="1.1-STAGING-latest"
 
 APPS_VERSION="${REPO}/openecomp/portalapps:${VERSION}"
 DB_VERSION="${REPO}/openecomp/portaldb:${VERSION}"
@@ -24,4 +24,4 @@ docker tag ecompdb:portal ${DB_LATEST}
 docker push ${APPS_VERSION}
 docker push ${DB_VERSION}
 docker push ${APPS_LATEST}
-docker push ${DB_LATEST}
\ No newline at end of file
+docker push ${DB_LATEST}