From dada730bd19b4374e04953110b3557c38235d815 Mon Sep 17 00:00:00 2001 From: imrkgofficial <86479367+imrkgofficial@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:50:35 +0530 Subject: [PATCH] Update build.yml public image --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 871651d..6f668db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,11 +24,10 @@ jobs: - name: Code Checkout uses: actions/checkout@v4 - - name: Login to AWS Public ECR + - name: Amazon ECR Login Action uses: aws-actions/amazon-ecr-login@v2 with: registry-type: public - aws-region: ${{ secrets.PUBLIC_REGION }} - name: Build and Push Image to Public ECR run: |