From 3b939965ee2a752d45db1a3e3a92ae97bc364439 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Thu, 9 Oct 2025 15:15:31 +0200 Subject: [PATCH] pl --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 548856b..e3b687e 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -23,7 +23,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - file: Dockerfile + context: . push: true tags: gitea.tzbre.dev/admin/shopsolution-frontend:latest