From ed10ec4c3970dfd4045b5b8025665f2a15a9c1a9 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Fri, 7 Apr 2023 11:51:37 +0200 Subject: [PATCH] Tryging to fix docker tag --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8781e21..09ac36a 100644 --- a/build.sh +++ b/build.sh @@ -48,7 +48,7 @@ curl -o $RUNNABLE_SERVER_JAR $DOWNLOAD_REOBF #find bundle/versions/ bundle/libraries/ -type f -name '*.jar' > jars.txt -DOCKER_TAG="cr.pandacube.fr/paper:"$MC_VERSION"-"$PAPER_BUILD +DOCKER_TAG="cr.pandacube.fr/pandacubefr/paper:"$MC_VERSION"-"$PAPER_BUILD echo "Building docker image with pre-downloaded and pre-patched files, with tag "$DOCKER_TAG docker build --build-arg RUNNABLE_SERVER_JAR=$RUNNABLE_SERVER_JAR -t $DOCKER_TAG .