Skip to content

Commit

Permalink
Option to push to different registries
Browse files Browse the repository at this point in the history
REGISTRY=public.ecr.aws/practo make push
  • Loading branch information
alok87 committed May 31, 2021
1 parent 001c714 commit 44d1951
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 @@ -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)
Expand Down

0 comments on commit 44d1951

Please sign in to comment.