mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #24565 from luxas/fix_kube_cross_push
Automatic merge from submit-queue Fix so make == make push in the kube-cross Makefile ref: https://github.com/kubernetes/kubernetes/pull/23931#issuecomment-210120719 @david-mcmahon
This commit is contained in:
commit
2f70b03aac
@ -14,13 +14,14 @@
|
||||
|
||||
.PHONY: build push
|
||||
|
||||
IMAGE = kube-cross
|
||||
TAG = $(shell cat VERSION)
|
||||
IMAGE=kube-cross
|
||||
TAG=$(shell cat VERSION)
|
||||
|
||||
|
||||
all: push
|
||||
|
||||
build:
|
||||
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
|
||||
push: build
|
||||
gcloud docker --server=gcr.io push gcr.io/google_containers/$(IMAGE):$(TAG)
|
||||
|
||||
all: push
|
||||
|
Loading…
Reference in New Issue
Block a user