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 +