fix: update Docker build context and Dockerfile path in workflow

This commit is contained in:
2025-08-25 17:23:43 +02:00
parent 09837d032e
commit 23d30fcc42

View File

@@ -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.