From af6d526f4b87326560b90ac12b266a87699ad921 Mon Sep 17 00:00:00 2001 From: Volker Kerkhoff Date: Mon, 15 Jan 2024 15:10:34 +0100 Subject: [PATCH] =?UTF-8?q?Falsche=20Einr=C3=BCckung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 58288450..8a5523c4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,7 +13,8 @@ on: jobs: build-tileserver-image: runs-on: ubuntu-latest - env: DOCKER_TAG: martin + env: + DOCKER_TAG: martin steps: - uses: actions/checkout@v2 - uses: docker/setup-buildx-action@v1