Add docker push rules

Change-Id: I819515f0d5879b0cedad0d70146bb3161bbebe3d
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include
index fb576e7..04d2fac 100644
--- a/docker/mk/Makefile.include
+++ b/docker/mk/Makefile.include
@@ -56,4 +56,7 @@
 	rm -f $(MKBUILD)/.dep*
 
 tag:
-	docker tag osm/$(CONTAINER_NAME) osm/$(LOWER_MDG):$(TAG)
+	docker tag osm/$(CONTAINER_NAME):$(INPUT_TAG) opensourcemano/$(LOWER_MDG):$(TAG)
+
+push: tag
+	docker push opensourcemano/$(LOWER_MDG):$(TAG)