[PORTAL-20,PORTAL-23,PORTAL-32] Repair defects
[portal.git] / deliveries / os_docker_release.sh
old mode 100644 (file)
new mode 100755 (executable)
index 95b1c80..ba4ba23
@@ -2,10 +2,11 @@
 
 ./run.sh
 
-REPO="nexus3.openecomp.org:10002"
+REPO="nexus3.onap.org:10003"
 
-VERSION="1.0.0"
-LATEST="latest"
+TIMESTAMP=$(date +%C%y%m%dT%H%M%S)
+VERSION="1.1.0-STAGING-${TIMESTAMP}"
+LATEST="1.1-STAGING-latest"
 
 APPS_VERSION="${REPO}/openecomp/portalapps:${VERSION}"
 DB_VERSION="${REPO}/openecomp/portaldb:${VERSION}"
@@ -23,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}