From 2d58e253a78ef5a4084f40bd1c7f46ab0e23850f Mon Sep 17 00:00:00 2001 From: Danish Khan Date: Wed, 28 Aug 2024 23:45:27 +0100 Subject: [PATCH] typo in 'ecr_login:with:' --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b54dd35..5c02529 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -31,7 +31,7 @@ jobs: - print uses: ./.github/workflows/ecr-login.yml with: - AWS_REGION: ${{ needs.print.outputs.AWS_REGION }} + region: ${{ needs.print.outputs.AWS_REGION }} build_and_push_frontend: runs-on: ubuntu-latest