diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index 50ff894d..d06004d8 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -63,7 +63,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . platforms: linux/amd64,linux/arm/v7,linux/arm64 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5de7394..232500a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . file: ./Dockerfile diff --git a/README.md b/README.md index 46eb154b..36da942a 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ By default, the container will download the latest version of the "vanilla" [Min * [PVP Mode](#pvp-mode) * [Level Type and Generator Settings](#level-type-and-generator-settings) * [Custom Server Resource Pack](#custom-server-resource-pack) - * [World Save Name](#world-save-name) + * [Level / World Save Name](#level--world-save-name) * [Online mode](#online-mode) * [Allow flight](#allow-flight) * [Other server property mappings](#other-server-property-mappings) @@ -145,7 +145,7 @@ By default, the container will download the latest version of the "vanilla" [Min * [Enabling Autopause](#enabling-autopause) * [Running on RaspberryPi](#running-on-raspberrypi) - +