From 12b0751ec3214a72a40fa2608d0b36aaa2542e70 Mon Sep 17 00:00:00 2001 From: Dev Lakhia Date: Tue, 5 Dec 2023 19:24:34 +0000 Subject: [PATCH] Fix for login to public ecr repo --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df31de2f..72eee791 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,6 +54,7 @@ jobs: id: login-ecr-public uses: aws-actions/amazon-ecr-login@v2 with: + aws-region: us-east-1 registry-type: public - name: Promote image env: