From dd88e3c42588bd0b2b6638554aaa758efc265977 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 25 Mar 2026 16:53:29 +0000 Subject: [PATCH] correct ecr in lambda deployment --- .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 ce75f4c9..3263739f 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -355,7 +355,7 @@ jobs: lambda_name: pashub_to_ara lambda_path: infrastructure/terraform/lambda/pashub_to_ara stage: ${{ needs.determine_stage.outputs.stage }} - ecr_repo: ordnance-${{ needs.determine_stage.outputs.stage }} + ecr_repo: pashub_to_ara-${{ needs.determine_stage.outputs.stage }} image_digest: ${{ needs.pashub_to_ara_image.outputs.image_digest }} terraform_apply: ${{ needs.determine_stage.outputs.terraform_apply }} secrets: