From 84eeba30eb4b83f6fa2a5570a117400728d6c2a8 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Mon, 14 Oct 2019 10:22:12 -0700 Subject: [PATCH] Added scripts/push-images Signed-off-by: James Ketrenos --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1002927..05c4f7d 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ all: build_ubuntu .PHONY: all -build_ubuntu: Dockerfile.solution templates/*.in SOLUTION MANIFEST +build_ubuntu: Dockerfile.solution templates/*.in SOLUTION MANIFEST @scripts/build-dockerfile - @scripts/build-images \ No newline at end of file + @scripts/build-images + @scripts/push-images +