From 83df6ce4634019fe869d01086e70a72a374020ce Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Fri, 27 Feb 2026 18:08:27 +0100 Subject: [PATCH] Fix frontend Docker build context and nginx.conf path --- .github/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b25aa51..9182a5d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -156,7 +156,8 @@ jobs: - name: Build and push frontend image uses: docker/build-push-action@v4 with: - context: ./frontend + context: . + file: ./frontend/Dockerfile push: true tags: ${{ steps.meta-frontend.outputs.tags }} labels: ${{ steps.meta-frontend.outputs.labels }}