Fix push task (#5158)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-24 09:43:27 -03:00 committed by GitHub
parent f309e7b9bc
commit 6c38cce01e

View file

@ -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.