From 36ae1cad340df1da4783057c73fb10952c1cc6fd Mon Sep 17 00:00:00 2001 From: Sehyo Chang Date: Tue, 29 Aug 2017 18:13:11 -0700 Subject: [PATCH] update the tools make file to use Dockerhub --- tool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/Makefile b/tool/Makefile index 0dc1164..3de79ce 100644 --- a/tool/Makefile +++ b/tool/Makefile @@ -1,6 +1,6 @@ TAG = 1.19.0 -NAME = gcr.io/$(GCLOUD_PROJECT)/ngx-rust-tool +NAME = nginmesh/ngx-rust-tool all: build push @@ -9,5 +9,5 @@ build: docker build -t $(NAME):$(TAG) . push: - gcloud docker --server=gcr.io -- push $(NAME):$(TAG) + docker push $(NAME):$(TAG)