Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jayesh-srivastava committed Oct 10, 2023
1 parent 733137c commit 1dd0d66
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 @@ -149,7 +149,7 @@ docker-push-all: $(addprefix docker-push-,$(ALL_ARCH))
$(MAKE) docker-push-manifest

docker-push: ## Push docker image with the manager.
docker push ${IMG}
docker push $(IMAGE)-$(ARCH):$(IMG_TAG)

.PHONY: docker-push-manifest
docker-push-manifest: ## Push the fat manifest docker image.
Expand Down

0 comments on commit 1dd0d66

Please sign in to comment.