Use image promoter to push images to gcr

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-05-19 17:14:06 -04:00
parent a08296256f
commit 766999a806
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