From 012fece39cf871b4a08cce9af00a0ca2407316b9 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Fri, 2 Dec 2022 16:22:13 +0100 Subject: [PATCH] Docker image tag must be lowercase --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ec2e14b..508c281 100644 --- a/build.sh +++ b/build.sh @@ -51,7 +51,7 @@ curl -o $RUNNABLE_SERVER_JAR $DOWNLOAD_REOBF #find bundle/versions/ bundle/libraries/ -type f -name '*.jar' > jars.txt -DOCKER_TAG="PandacubeFr/paper:"$MC_VERSION"-"$PAPER_BUILD +DOCKER_TAG="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 .