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