diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 710b81e76f..b717019dcf 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -414,7 +414,7 @@ jobs: id: aws_registry_credentials uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: - role-to-assume: arn:aws:iam::${{ secrets.AWS_PROJECT_ID }}:role/GithubActionsRoleECRPush + role-to-assume: arn:aws:iam::${{ secrets.AWS_PROJECT_ID }}:role/GithubActionsRoleECRPushBrew aws-region: us-east-1 - name: AWS Elastic Container Registry Login