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 f1f90ef495
commit 7e65b90c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.