From 44d195184d548be3366a2b089c57bbff7a22e7ed Mon Sep 17 00:00:00 2001 From: Alok Kumar Singh Date: Mon, 31 May 2021 14:16:45 +0530 Subject: [PATCH] Option to push to different registries REGISTRY=public.ecr.aws/practo make push --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5f89755..0338aa54 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BIN := workerpodautoscaler UNIQUE:=$(shell date +%s) # Where to push the docker image. -REGISTRY := practodev +REGISTRY ?= practodev BASE_BRANCH := master CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)