mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Fix the last deprecated "gcloud docker push args" usage.
This commit is contained in:
parent
6d17ab3201
commit
0c6fd62582
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user