Revert "Try publishing to ECR using good ole fashioned aws credentials"
This reverts commit 988e753c74.
This commit is contained in:
@@ -81,9 +81,8 @@ jobs:
|
||||
- name: 🌐 Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v2
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-east-1
|
||||
role-to-assume: arn:aws:iam::067435167850:role/GitHubAction-AssumeRoleWithAction
|
||||
aws-region: ${{ env.AWS_REGION }}
|
||||
|
||||
- name: 🌐 Login to ECR
|
||||
id: ecr-login
|
||||
|
||||
Reference in New Issue
Block a user