mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
commit
e8abe44980
@ -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