Merge pull request #44964 from rmmh/docker-push

Automatic merge from submit-queue (batch tested with PRs 44962, 44964)

Fix the last deprecated "gcloud docker push args" usage.

This deprecated usage will break in March 2017.

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-04-26 12:59:43 -07:00 committed by GitHub
commit e8abe44980

View File

@ -55,7 +55,7 @@ endif
docker build --pull -t ${REGISTRY}/node-test-${ARCH}:${VERSION} ${TEMP_DIR}
push: build
gcloud docker push ${REGISTRY}/node-test-${ARCH}:${VERSION}
gcloud docker -- push ${REGISTRY}/node-test-${ARCH}:${VERSION}
ifeq ($(ARCH),amd64)
docker tag ${REGISTRY}/node-test-${ARCH}:${VERSION} ${REGISTRY}/node-test:${VERSION}
gcloud docker -- push ${REGISTRY}/node-test:${VERSION}