mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
vendor updates
This commit is contained in:
4
vendor/k8s.io/kubernetes/build/build-image/cross/Makefile
generated
vendored
4
vendor/k8s.io/kubernetes/build/build-image/cross/Makefile
generated
vendored
@ -21,7 +21,7 @@ TAG=$(shell cat VERSION)
|
||||
all: push
|
||||
|
||||
build:
|
||||
docker build --pull -t gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
docker build --pull -t staging-k8s.gcr.io/$(IMAGE):$(TAG) .
|
||||
|
||||
push: build
|
||||
gcloud docker --server=gcr.io -- push gcr.io/google_containers/$(IMAGE):$(TAG)
|
||||
docker push staging-k8s.gcr.io/$(IMAGE):$(TAG)
|
||||
|
Reference in New Issue
Block a user