diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c612d42..c2b7138 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,13 +23,13 @@ jobs: include: - dockerfile: Dockerfile image: mywebsite-public - context: ./backend/public + context: . - dockerfile: Dockerfile image: mywebsite-task - context: ./backend/task + context: . - dockerfile: Dockerfile image: mywebsite-frontend - context: ./frontend + context: . steps: - name: Checkout repository