Skip to content

Commit

Permalink
push to ecr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotrualmeida committed Oct 14, 2023
1 parent ec04906 commit 962ff3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::313686169494:role/amazon-cni-ecr
aws-region: aws-region-1
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
Expand Down

0 comments on commit 962ff3e

Please sign in to comment.