diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 15:28:50 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 15:29:00 -0400 |
commit | 64e7ad37685f8e0e763459c3653911d10a8c45dc (patch) | |
tree | ada1d7e4f3c9d1fdcd6e640e1fc427a3a9de8a19 | |
parent | 9bd4bf6ac4aa36b7c16ff002d5262e577f08c14f (diff) |
forgot DOCKER_REPOSITORY latest tag
Change-Id: Iab8cd658d028a7dd90c385b9cebbbae35d853674
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rwxr-xr-x | docker_build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" |