From ea75c4dff3a80ec4899d44bff2f9584e15436976 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 12:10:22 +0000 Subject: [PATCH] wrong workflow name --- .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 2d62845a..cf7640c8 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -73,7 +73,7 @@ jobs: # ============================================================ image: needs: determine_stage - uses: ./.github/workflows/_build_docker_image.yml + uses: ./.github/workflows/_build_image.yml with: ecr_repo: address2uprn-${{ needs.determine_stage.outputs.stage }} dockerfile_path: backend/address2UPRN/Dockerfile