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 }}