Tryging to fix docker tag

This commit is contained in:
Marc Baloup 2023-04-07 11:51:37 +02:00
parent 1cb8d65615
commit ed10ec4c39

View File

@ -48,7 +48,7 @@ curl -o $RUNNABLE_SERVER_JAR $DOWNLOAD_REOBF
#find bundle/versions/ bundle/libraries/ -type f -name '*.jar' > jars.txt #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 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 . docker build --build-arg RUNNABLE_SERVER_JAR=$RUNNABLE_SERVER_JAR -t $DOCKER_TAG .