From ee91f2ac5cf5a90e9a75273c0e2b1624e34940d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Tourbier?= <sebastien.tourbier1@gmail.com> Date: Tue, 13 Jun 2023 13:08:45 +0200 Subject: [PATCH] fix(Makefile): update image tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b98460..8238916 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ override TAG := $(subst _,-,$(TAG)) $(info TAG (Normalized) = $(TAG)) # Define the complete docker image tag -IMAGE_TAG = $(if $(CI_REGISTRY),$(CI_REGISTRY)/hip/bids-tools:$(TAG),bids-tools:$(TAG)) +IMAGE_TAG = $(if $(CI_REGISTRY),$(CI_REGISTRY)/hip/datahipy:$(TAG),datahipy:$(TAG)) # Define the build date and vcs reference BUILD_DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ") -- GitLab