Add missing build for push 98/6698/1
authorMike Marchetti <mmarchetti@sandvine.com>
Mon, 15 Oct 2018 14:00:52 +0000 (10:00 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Mon, 15 Oct 2018 14:00:52 +0000 (10:00 -0400)
Change-Id: I4ab299b6825b49862f88316780f228e429f9eb23
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
docker/mk/dirs.mk

index 91100bb..0a3547a 100644 (file)
@@ -32,6 +32,8 @@ test: $(SUBDIRS_TEST)
 
 tag: $(SUBDIRS_TAG)
 
+push: $(SUBDIRS_PUSH)
+
 $(SUBDIRS_CLEAN): %.clean:
        @$(MAKE) --no-print-directory -C $* clean