From c090095e08d29f822ff45d98774bdf7abd6ecec0 Mon Sep 17 00:00:00 2001 From: itzg Date: Sun, 4 Jul 2021 19:53:56 +0000 Subject: [PATCH 1/2] docs: Auto update markdown TOC --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) - + From 7ec09fcfe9004b5a49b60276c7362c9f6c10aa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 07:09:06 -0500 Subject: [PATCH 2/2] build(deps): bump docker/build-push-action from 2.5.0 to 2.6.1 (#950) --- .github/workflows/build-multiarch.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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