From bae99934b70f09d12b915d140f1af55d0f93e3c9 Mon Sep 17 00:00:00 2001 From: Alex Myasoedov Date: Thu, 18 Jan 2018 20:30:13 -0500 Subject: [PATCH] Fix push to latest --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ec5be59..ba35bef 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,4 @@ build: push: @docker push $(REPO):$(GIT_SUMMARY) + @docker push $(REPO)