Skip to content

Commit

Permalink
Fix push task
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Feb 24, 2020
1 parent 74b617c commit a17bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a17bd81

Please sign in to comment.