fup-try-014

This commit is contained in:
Philippe Caseiro 2023-06-19 16:38:41 +02:00
parent e1353419e8
commit 25facc04e8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
COMMIT_ID ?= $(shell git rev-parse --short --verify HEAD) 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:]') 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) IMAGE_VERSION ?= 0.0.1-$(CURRENT_BRANCH)