commit | 88e918903e9c335ad71cd8918e1acaa124bf922f | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Nov 06 16:29:19 2018 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Nov 07 17:27:46 2018 -0800 |
tree | ca558a02a5828d3ec830271b6122e3ce41977f1a | |
parent | 9708e04f1a7d65dded35ce3a7c665aa40e3027f0 [diff] [blame] |
[SEBA-342] Publishing logs to kafka Change-Id: Iaa72945dfd59a5d151cad14ff593eb299229fb3e
diff --git a/Makefile b/Makefile index 2c3bf1e..cd3402e 100644 --- a/Makefile +++ b/Makefile
@@ -14,6 +14,7 @@ BBSIM_DEPS = $(wildcard ./*.go) DOCKERTAG ?= "latest" +REGISTRY ?= "" .PHONY: dep test clean docker @@ -47,4 +48,4 @@ rm -f bbsim openolt/openolt.pb.go docker: - docker build -t voltha/voltha-bbsim:${DOCKERTAG} . + docker build -t ${REGISTRY}voltha/voltha-bbsim:${DOCKERTAG} .