Commit 0c6fd625 authored by Ryan Hitchman's avatar Ryan Hitchman

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

parent 6d17ab32
...@@ -55,7 +55,7 @@ endif ...@@ -55,7 +55,7 @@ endif
docker build --pull -t ${REGISTRY}/node-test-${ARCH}:${VERSION} ${TEMP_DIR} docker build --pull -t ${REGISTRY}/node-test-${ARCH}:${VERSION} ${TEMP_DIR}
push: build push: build
gcloud docker push ${REGISTRY}/node-test-${ARCH}:${VERSION} gcloud docker -- push ${REGISTRY}/node-test-${ARCH}:${VERSION}
ifeq ($(ARCH),amd64) ifeq ($(ARCH),amd64)
docker tag ${REGISTRY}/node-test-${ARCH}:${VERSION} ${REGISTRY}/node-test:${VERSION} docker tag ${REGISTRY}/node-test-${ARCH}:${VERSION} ${REGISTRY}/node-test:${VERSION}
gcloud docker -- push ${REGISTRY}/node-test:${VERSION} gcloud docker -- push ${REGISTRY}/node-test:${VERSION}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment