Merge branch 'main' into feature/automate-categorisation-of-works

This commit is contained in:
Daniel Roth 2026-02-16 09:12:33 +00:00
commit 13620ffc2d

View file

@ -87,7 +87,13 @@ jobs:
- name: Build Docker Image For Engine
run: |
docker build -t fastapi-lambda-image:${{ github.sha }} -f backend/docker/engine.Dockerfile . --load
docker buildx build \
--platform linux/amd64 \
--provenance=false \
--output=type=docker \
-t fastapi-lambda-image:${{ github.sha }} \
-f backend/docker/engine.Dockerfile \
.
- name: Login to ECR
run: |