From 872548a31b1dfd45c29204dd0bb7eb21ba41a5b4 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 18 Jun 2024 20:05:46 -0500 Subject: [PATCH] Corrected VERSION choices to matched maintained code (#422) --- .github/workflows/ci.yml | 4 ++++ README.md | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dcc257..ce87894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ on: pull_request: branches: - master + paths-ignore: + - README.md + - "examples/**" + - "docs/**" jobs: build: diff --git a/README.md b/README.md index 80a34e2..2521aaa 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,9 @@ For Minecraft Java Edition you'll need to use this image instead: - `EULA` (no default) : must be set to `TRUE` to accept the [Minecraft End User License Agreement](https://minecraft.net/terms) -- `VERSION` (`LATEST`) : can be set to a specific server version or the following special values can be used: +- `VERSION` (default is `LATEST`) : can be set to a specific server version or the following special values can be used: - `LATEST` : determines the latest (non-preview) version and can be used to auto-upgrade on container start - `PREVIEW` : determines the latest preview version and will auto-upgrade - - `PREVIOUS` : uses the previously maintained major version. Useful when the mobile app is gradually being upgraded across devices - - `1.11` : the latest version of 1.11 - - `1.12` : the latest version of 1.12 - - `1.13` : the latest version of 1.13 - - `1.14` : the latest version of 1.14 - - `1.16` : the latest version of 1.16 - otherwise any specific server version can be provided. If it is a preview version, also set `PREVIEW` to "true" - `UID` (default derived from `/data` owner) : can be set to a specific user ID to run the bedrock server process