From a83c13a214703ae2ae84b2a2b9ccc8df3bd81557 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 19 Jul 2025 01:47:09 -0400 Subject: [PATCH] second pass of ci --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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