Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
naru200 committed May 2, 2024
1 parent 007fc6b commit f9903c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- complete
- test

jobs:
build-and-push:
Expand All @@ -20,8 +21,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ap-northeast-2
role-to-assume: arn:aws:iam::123456789100:role/my-github-actions-role
aws-region: us-east-1
role-to-assume: arn:aws:iam::358100353008:role/ECRFullAccess

- name: Login to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit f9903c5

Please sign in to comment.