From a53bfe68ce63242dfdcc16696239f9bf74a65ef2 Mon Sep 17 00:00:00 2001 From: Amim Knabben Date: Tue, 5 Dec 2023 20:05:29 -0300 Subject: [PATCH] Fixing Makefile targets rename for staging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 940bd59..0ebe01a 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ image-push: ## Push the container image to k8s-staging bucket .PHONY: release-staging release-staging: ## Builds and push container image to k8s-staging bucket - $(MAKE) image_build image_push + $(MAKE) image-build image-push ### -------------------------------------- ### Setup