removed the need for password for user

This commit is contained in:
2023-12-28 01:23:20 +02:00
parent 2ae1d28f45
commit 43aa9927bf
3 changed files with 3 additions and 3 deletions

View File

@@ -3,5 +3,5 @@ if [[ -z $VERSION ]] ;
then
VERSION=$(curl https://api.papermc.io/v2/projects/paper | jq -r .versions\[-1\]);
fi;
docker build -t "minecraft:paper-$VERSION" . --build-arg VERSION=$VERSION
docker build -t "minecraft:paper-$VERSION" . --build-arg VERSION=$VERSION --label type=GAME
echo version=$VERSION