commit | 5daa2abe566b038479c0fc3a16cefbc6c21550ec | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Oct 08 08:27:18 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Oct 09 09:11:02 2019 -0700 |
tree | 33376ca68c2c52bd79bab088e6f270c2d92a8944 | |
parent | 0e27a47c1cce8d426d5c241d868a67dadbe2c205 [diff] [blame] |
[VOL-1527] Not building the image with the voltha/ repository by default Change-Id: I1f9d45475b33e60e88ef7c593e58381c53f4f139
diff --git a/Makefile b/Makefile index b1e2e4e..e46cc27 100644 --- a/Makefile +++ b/Makefile
@@ -18,7 +18,7 @@ ## Docker related DOCKER_TAG ?= ${VERSION} -DOCKER_REPOSITORY ?= voltha/ +DOCKER_REPOSITORY ?= "" DOCKER_REGISTRY ?= "" DOCKER_RUN_ARGS ?= ""