From 9b495697977792885deee45f6e066ce103d809ef Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Tue, 26 Mar 2024 08:52:39 +0100
Subject: [PATCH] docker: modifies Makefile to publish into docker-registry in
 the new location ViaLactea/vlkb-search

---
 docker/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/Makefile b/docker/Makefile
index bc22a6f..08465da 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -42,10 +42,10 @@ build:
 # to download: use image: ... in compose.yaml or
 # docker run ... git.ia2.inaf.it:5050/butora/vlkb-datasets/vlkb
 
-publish-locally-soda:
-	docker tag soda git.ia2.inaf.it:5050/butora/vlkb-datasets-docker/soda:$(VERSION)
-	docker push     git.ia2.inaf.it:5050/butora/vlkb-datasets-docker/soda:$(VERSION)
-	docker image rm git.ia2.inaf.it:5050/butora/vlkb-datasets-docker/soda:$(VERSION)
+publish-locally-siav2:
+	docker tag siav2 git.ia2.inaf.it:5050/vialactea/vlkb-search/siav:$(VERSION)
+	docker push      git.ia2.inaf.it:5050/vialactea/vlkb-search/siav:$(VERSION)
+	docker image rm  git.ia2.inaf.it:5050/vialactes/vlkb-search/siav:$(VERSION)
 
 
 ##docker login registry.gitlab.com --> robert.butora xC*n
-- 
GitLab