From 6070ebd80d713fa15dfa263b2af44b2f08269d3f Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 5 Feb 2026 12:00:00 +0000 Subject: [PATCH] correct dockerfile location in terraform --- .github/workflows/deploy_terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 7276237c..5612a8c5 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -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 }}