mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
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