Change-Id: Iab8cd658d028a7dd90c385b9cebbbae35d853674
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
     #
     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"