correct dockerfile location in terraform

This commit is contained in:
Daniel Roth 2026-02-05 12:00:00 +00:00
parent 6a7f99d6fa
commit 6070ebd80d

View file

@ -138,7 +138,7 @@ jobs:
uses: ./.github/workflows/_build_image.yml
with:
ecr_repo: condition-etl-${{ needs.determine_stage.outputs.stage }}
dockerfile_path: backend/condition/Dockerfile
dockerfile_path: backend/condition/handler/Dockerfile
build_context: .
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}