diff --git a/Makefile b/Makefile index 0aace3a..57deba3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ COMMIT_ID ?= $(shell git rev-parse --short --verify HEAD) CURRENT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD | tr -c '[:alnum:]\n\r' '_'| tr '[:upper:]' '[:lower:]') -IMAGE_REPO ?= reg.cadoles.com/cadoles +IMAGE_REPO ?= reg.cadoles.com/pcaseiro IMAGE_VERSION ?= 0.0.1-$(CURRENT_BRANCH)