From 23d30fcc428de63b643ac7e4a0714a546e28fd24 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Mon, 25 Aug 2025 17:23:43 +0200 Subject: [PATCH] fix: update Docker build context and Dockerfile path in workflow --- .github/workflows/BuildAndPushCotnainer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildAndPushCotnainer.yml b/.github/workflows/BuildAndPushCotnainer.yml index d131c35..34f537c 100644 --- a/.github/workflows/BuildAndPushCotnainer.yml +++ b/.github/workflows/BuildAndPushCotnainer.yml @@ -40,8 +40,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: ./schafkopf-frontend - file: ./schafkopf-frontend/Dockerfile + context: ./frontend + file: ./frontend/Dockerfile push: true # Always push the normal tags; if this is a master push, # prepend "latest" to the list.