Use image promoter to push images to gcr
This commit is contained in:
parent
a08296256f
commit
766999a806
2 changed files with 33 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue