From 7109c2335e733cac65c3464fbb088d4ccb978417 Mon Sep 17 00:00:00 2001 From: "manuel.fehren" Date: Mon, 20 Apr 2026 11:41:20 +0200 Subject: [PATCH] .gitea/workflows/pipeline.yml aktualisiert --- .gitea/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 0d11c97..7a3f4d4 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -26,9 +26,11 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 + working-directory: website - name: Build and push to local registry uses: docker/build-push-action@v7 + working-directory: website with: push: true tags: https://git.mnl-lab.de/${{ gitea.repository }}:latest \ No newline at end of file