Commit 1c47f2d7 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #6873 from satnam6502/es-image

Convert es-image for gcr.io
parents 7581944a 4c0f06ec
...@@ -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