summaryrefslogtreecommitdiffstats
path: root/jjb/policy
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-20 16:48:28 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-20 16:48:33 -0500
commitd2e934a909af9a1328fbc43b40d7c35b1573f69b (patch)
treed8e54782de2a952c16bf7ea7bc4d7c12c85a2912 /jjb/policy
parent6a88c6059d7700aef207110a6a024a6d835616a6 (diff)
fix tag name
Change-Id: Id4a76ddd0fe4fc0d83d8014d44e4350f9f78da4e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy')
-rw-r--r--jjb/policy/include-raw-docker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/policy/include-raw-docker.sh b/jjb/policy/include-raw-docker.sh
index 73581076e..5ecae4b22 100644
--- a/jjb/policy/include-raw-docker.sh
+++ b/jjb/policy/include-raw-docker.sh
@@ -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