fix: set build_context to backend/ and frontend/ subdirectories
All checks were successful
Build containers when image tags change / build-if-image-changed (backend, shorefront-backend, shorefront backend, backend/Dockerfile, git.baumann.gr/adebaumann/shorefront-backend, .backend.image) (push) Successful in 1m20s
Build containers when image tags change / build-if-image-changed (frontend, shorefront-frontend, shorefront frontend, frontend/Dockerfile, git.baumann.gr/adebaumann/shorefront-frontend, .frontend.image) (push) Successful in 1m25s

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 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 23:36:02 +01:00
parent 84fd1c8072
commit ee50261216

View File

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