From 7094c404c99ec629b28a68a3199367c03d72986d Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Wed, 19 Jun 2019 00:51:31 -0500 Subject: [PATCH] Change push-container to push-container-to-gcloud Changes made based on code review comments. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 14e34e70d..55b536e80 100644 --- a/Makefile +++ b/Makefile @@ -42,11 +42,11 @@ dev-image: build image: docker build -t $(IMAGE) . -push-container: image +push-container-to-gcloud: image gcloud auth configure-docker docker push $(IMAGE) -push: push-container +push: push-container-to-gcloud clean: rm -rf _output