From 64e7ad37685f8e0e763459c3653911d10a8c45dc Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 30 Mar 2017 15:28:50 -0400 Subject: [PATCH] forgot DOCKER_REPOSITORY latest tag Change-Id: Iab8cd658d028a7dd90c385b9cebbbae35d853674 Signed-off-by: Pamela Dragosh --- docker_build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker_build.sh b/docker_build.sh index cbce1082..4b0233c3 100755 --- a/docker_build.sh +++ b/docker_build.sh @@ -45,6 +45,10 @@ for image in policy-os policy-nexus policy-db policy-base policy-drools policy-p # TAGS="--tag onap/policy/${image}:latest" # + # This is the nexus repo prepended for latest tagged image. + # + TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/policy/${image}:latest" + # # This has the nexus repo prepended and only major/minor version with latest # TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/policy/${image}:${MVN_MAJMIN_VERSION}-latest" -- 2.16.6