[PORTAL-7] Rebase
[portal.git] / deliveries / os_docker_push.sh
index 165d05d..04e245c 100644 (file)
@@ -2,9 +2,10 @@
 
 ./run.sh
 
-REPO="nexus3.openecomp.org:10003"
+REPO="nexus3.onap.org:10003"
 
-VERSION="1.0.0"
+TIMESTAMP=$(date +%C%y%m%dT%H%M%S)
+VERSION="1.1.0-SNAPSHOT-${TIMESTAMP}"
 LATEST="latest"
 
 APPS_VERSION="${REPO}/openecomp/portalapps:${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}