Rename google-containers to google_containers in image names
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
TAG = 1.1
|
||||
|
||||
build:
|
||||
docker build -t kubernetes/kibana:$(TAG) .
|
||||
build:
|
||||
docker build -t gcr.io/google_containers/kibana:$(TAG) .
|
||||
|
||||
push:
|
||||
docker push kubernetes/kibana:$(TAG)
|
||||
push:
|
||||
gcloud preview docker push gcr.io/google_containers/kibana:$(TAG)
|
||||
|
Reference in New Issue
Block a user