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

This commit is contained in:
Ryan Hitchman 2017-04-26 11:20:25 -07:00
parent 6d17ab3201
commit 0c6fd62582

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}