From 36b81f3e148aa27b41afb3c8bd03c768b395d7ab Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 16 Sep 2024 14:35:26 +0200 Subject: [PATCH] .gitea/workflows/gitea-ci.yaml aktualisiert --- .gitea/workflows/gitea-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 83205fe..8cc4616 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -11,15 +11,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Docker BuildX - uses: docker/setup-buildx-action@v2 + uses: uses: https://github.com/docker/setup-buildx-action@v3 with: # replace it with your local IP config-inline: | [registry."registry.tuxnet.lan"] http = true - insecure = true + insecure = true - name: Build and push - uses: docker/build-push-action@v4 + uses: https://github.com/docker/build-push-action@v5 with: context: . file: ./Dockerfile