Commit 4c0f06ec authored by Satnam Singh's avatar Satnam Singh

Convert es-image for gcr.io

parent 24df692b
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
TAG = 1.0 TAG = 1.0
build: build:
docker build -t kubernetes/elasticsearch:$(TAG) . docker build -t gcr.io/google_containers/elasticsearch:$(TAG) .
push: push:
docker push kubernetes/elasticsearch:$(TAG) docker push gcr.io/google_containers/elasticsearch:$(TAG)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment