Remove deprecated method for pushing images to GCR

Signed-off-by: Curt Micol <asenchi@heptio.com>
pull/432/head
Curt Micol 2018-04-18 15:27:57 -04:00
parent 19c2fe3aaf
commit bdfdf8d38e
1 changed files with 0 additions and 4 deletions

View File

@ -120,11 +120,7 @@ container-name:
push: .push-$(DOTFILE_IMAGE) push-name
.push-$(DOTFILE_IMAGE): .container-$(DOTFILE_IMAGE)
ifeq ($(findstring gcr.io,$(REGISTRY)),gcr.io)
@gcloud docker -- push $(IMAGE):$(VERSION)
else
@docker push $(IMAGE):$(VERSION)
endif
@docker images -q $(IMAGE):$(VERSION) > $@
push-name: