From 6a2fc1976b54ee377aa31d48abd80b111aaf5817 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 16 Sep 2024 14:30:51 +0200 Subject: [PATCH] .gitea/workflows/gitea-ci.yaml aktualisiert --- .gitea/workflows/gitea-ci.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 801f812..63f7abc 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -25,12 +25,12 @@ jobs: insecure = true - name: Build and push - uses: docker/build-push-action@v4 - with: - context: . - file: ./Dockerfile - platforms: | - linux/amd64 - push: true - tags: | # replace it with your local IP and tags - registry.tuxnet.lan/web/dokuwiki:20240206.2.0-debian-12-r3 \ No newline at end of file + uses: docker/build-push-action@v4 + with: + context: . + file: ./Dockerfile + platforms: | + linux/amd64 + push: true + tags: | # replace it with your local IP and tags + registry.tuxnet.lan/web/dokuwiki:20240206.2.0-debian-12-r3 \ No newline at end of file