Fix docker-push task to publish arm and ppc64le
This commit is contained in:
parent
fde232bc1c
commit
b8d571628a
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -65,7 +65,7 @@ docker-build:
|
|||
|
||||
.PHONY: docker-push
|
||||
docker-push:
|
||||
make -C controllers/nginx push
|
||||
make -C controllers/nginx all-push
|
||||
|
||||
.PHONY: ginkgo
|
||||
ginkgo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue