aboutsummaryrefslogtreecommitdiffstats
path: root/docker_build.sh
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-27 10:19:15 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-03-27 10:19:26 -0400
commit31052f85bec9cdbfa8ba8cd2f7ecf77461defbb2 (patch)
treed7a912a3c1c12fc1da140febde476d959bb83cba /docker_build.sh
parente9f737a9b7287afd91e5b56580825fcccb8c8b9d (diff)
forgot STAGING portion
Change-Id: Ib9f1fe5371c264550d3fb8817a2617ad4f307dd3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docker_build.sh')
-rwxr-xr-xdocker_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker_build.sh b/docker_build.sh
index 22f9ea60..226bf947 100755
--- a/docker_build.sh
+++ b/docker_build.sh
@@ -51,7 +51,7 @@ for image in policy-os policy-nexus policy-db policy-base policy-drools policy-p
#
# This has the nexus repo prepended and major/minor/patch version with timestamp
#
- TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/openecomp/policy/${image}:${MVN_VERSION}-${TIMESTAMP}"
+ TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/openecomp/policy/${image}:${MVN_VERSION}-STAGING-${TIMESTAMP}"
echo $TAGS
@@ -62,5 +62,5 @@ for image in policy-nexus policy-db policy-drools policy-pe; do
echo "Pushing $image"
docker push ${DOCKER_REPOSITORY}/openecomp/policy/$image:latest
docker push ${DOCKER_REPOSITORY}/openecomp/policy/$image:${MVN_MAJMIN_VERSION}-latest
- docker push ${DOCKER_REPOSITORY}/openecomp/policy/$image:${MVN_VERSION}-${TIMESTAMP}
+ docker push ${DOCKER_REPOSITORY}/openecomp/policy/$image:${MVN_VERSION}-STAGING-${TIMESTAMP}
done