Skip to content

Commit

Permalink
fix yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-teeraphan-flowaccount committed Sep 20, 2024
1 parent 99dffd0 commit f2ff75a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::697698820969:role/GithubActionAssumeRole
aws-region: us-east-1
role-to-assume: arn:aws:iam::697698820969:role/GithubActionAssumeRole
aws-region: us-east-1

- name: Log in to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit f2ff75a

Please sign in to comment.