From 31399d110d7608fc8d2302ccd60b7fd6a402d456 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 8 Mar 2024 16:27:27 +0100 Subject: [PATCH] moved to d4science hub --- build-d4science.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-d4science.sh b/build-d4science.sh index 1bf0cf8..27d520f 100755 --- a/build-d4science.sh +++ b/build-d4science.sh @@ -6,5 +6,5 @@ if [ $# -eq 0 ] tag=$1 fi -docker build -t nubisware/nubisware-conductor-worker-py-d4s:$tag -f docker/d4science/Dockerfile . -docker push nubisware/nubisware-conductor-worker-py-d4s:$tag +docker build -t hub.dev.d4science.org/conductor/worker:$tag -f docker/d4science/Dockerfile . +docker push hub.dev.d4science.org/conductor/worker:$tag