From 8d3dfc24bcb9de6cb69aae5227d504ad833fb79d Mon Sep 17 00:00:00 2001 From: Hendrik Behme Date: Tue, 13 Aug 2024 10:42:43 +0200 Subject: [PATCH] removed some weird? lines from config --- .gitea/workflows/gitea-ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index a20cb08..050b037 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -16,12 +16,9 @@ jobs: password: ${{ secrets.GITEA_TOKEN }} - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - with: - config-inline: | - [registry."git.whimsoc.dev/hendrik/openstreetmap-tile-server"] - https = true + - name: Build and push Docker image - uses: https://github.com/docker/build-push-action@v5 + uses: https://github.com/docker/build-push-action@v6 with: context: . file: ./Dockerfile