commit | 737b74f045e35134a05b65939dc24b213c7e74be | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Mon Jan 22 12:57:52 2018 -0800 |
committer | khenaidoo Nursimulu <knursimu@ciena.com> | Wed Jan 24 20:18:21 2018 +0000 |
tree | 998f92deb30e06d139a41ec0bd8d3bbe3956db4f | |
parent | faca3b01e35b0db3c3a4890af98fed6354d389a6 [diff] [blame] |
VOL-612 - rename images to work better with public repository Change-Id: I9679544987c3a08d0001928cfbc39d710a6c1eae
diff --git a/unum/Makefile b/unum/Makefile index ce8c23c..1a39029 100644 --- a/unum/Makefile +++ b/unum/Makefile
@@ -20,7 +20,7 @@ @echo " rm - remove the sample 3 instance cluster" image: - docker build --rm --tag voltha/unum:latest . + docker build --rm --tag ${REGISTRY}${REPOSITORY}unum:${TAG} . deploy: docker stack deploy -c docker-compose.yml test