mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 09:47:06 +00:00
Revert k8s.gcr.io vanity domain
This reverts commit eba5b6092a
.
Fixes https://github.com/kubernetes/kubernetes/issues/57526
This commit is contained in:
@@ -21,7 +21,7 @@ TAG=$(shell cat VERSION)
|
||||
all: push
|
||||
|
||||
build:
|
||||
docker build --pull -t k8s.gcr.io/$(IMAGE):$(TAG) .
|
||||
docker build --pull -t gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
|
||||
push: build
|
||||
gcloud docker -- push k8s.gcr.io/$(IMAGE):$(TAG)
|
||||
gcloud docker -- push gcr.io/google_containers/$(IMAGE):$(TAG)
|
||||
|
Reference in New Issue
Block a user