fix tag name 27/1027/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Feb 2017 21:48:28 +0000 (16:48 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Feb 2017 21:48:33 +0000 (16:48 -0500)
Change-Id: Id4a76ddd0fe4fc0d83d8014d44e4350f9f78da4e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
jjb/policy/include-raw-docker.sh

index 7358107..5ecae4b 100644 (file)
@@ -9,10 +9,10 @@ for image in policy-os policy-nexus policy-db policy-base policy-drools policy-p
     echo "Building $image"
     mkdir -p target/$image
     cp $image/* target/$image
-    docker build --quiet --tag ${DOCKER_REPOSITORY}/openecomp/policy:$image target/$image
+    docker build --quiet --tag ${DOCKER_REPOSITORY}/openecomp/policy/$image target/$image
 done
 
 for image in policy-nexus policy-db policy-drools policy-pe; do
     echo "Pushing $image"
-    docker push ${DOCKER_REPOSITORY}/openecomp/policy:$image
+    docker push ${DOCKER_REPOSITORY}/openecomp/policy/$image
 done