diff --git a/Makefile b/Makefile index c7f0d06..e1c7ede 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ docker-build: # @HELP build all Docker images docker-build: build docker-build-onos-mho docker-push-onos-mho: # @HELP push Docker image - docker push onosproject/onos-mho:${ONOS_PCI_VERSION} + docker push onosproject/onos-mho:${ONOS_MHO_VERSION} docker-push: # @HELP push docker images docker-push: docker-push-onos-mho