Fix push task (#5158)
This commit is contained in:
parent
f1f90ef495
commit
7e65b90c4b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -120,7 +120,7 @@ push: .push-$(ARCH) ## Publish image for a particular arch.
|
|||
# internal task
|
||||
.PHONY: .push-$(ARCH)
|
||||
.push-$(ARCH):
|
||||
docker push $(BASE_IMAGE)-$(ARCH):$(TAG)
|
||||
docker push $(REGISTRY)/nginx-ingress-controller-${ARCH}:$(TAG)
|
||||
|
||||
.PHONY: build
|
||||
build: check-go-version ## Build ingress controller, debug tool and pre-stop hook.
|
||||
|
|
Loading…
Reference in a new issue