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 .