From ee50261216595c47b93e4e3d349e54b47af218e2 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sat, 28 Feb 2026 23:36:02 +0100 Subject: [PATCH] fix: set build_context to backend/ and frontend/ subdirectories Dockerfiles use COPY requirements.txt . and COPY package*.json ./ which expect the build context to be their own subdirectory, not the repo root. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/build-containers-on-demand.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-containers-on-demand.yml b/.gitea/workflows/build-containers-on-demand.yml index c4668b5..3d14ea5 100644 --- a/.gitea/workflows/build-containers-on-demand.yml +++ b/.gitea/workflows/build-containers-on-demand.yml @@ -21,13 +21,13 @@ jobs: image_yq_path: .frontend.image expected_repo: git.baumann.gr/adebaumann/shorefront-frontend dockerfile: frontend/Dockerfile - build_context: . + build_context: frontend description: shorefront frontend - container_name: shorefront-backend image_yq_path: .backend.image expected_repo: git.baumann.gr/adebaumann/shorefront-backend dockerfile: backend/Dockerfile - build_context: . + build_context: backend description: shorefront backend env: