Merge pull request #5578 from aledbf/ip

Use image promoter to push images to gcr
This commit is contained in:
Kubernetes Prow Robot 2020-05-26 16:52:41 -07:00 committed by GitHub
commit f6f695e7a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View file

@ -300,3 +300,10 @@ endif
.PHONY: show-version
show-version:
echo -n $(TAG)
.PHONY: staging-gcr
staging-gcr:
echo "Building NGINX image..."
ARCH=amd64 make build container push
ARCH=arm make build container push
ARCH=arm64 make build container push