Skip to content

Commit

Permalink
add AWS region
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-m committed Oct 19, 2024
1 parent 066533d commit dae2f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::862331892216:role/jtk-github-action
aws-region: aws-region-1
aws-region: ap-northeast-1
- name: Login to Amazon ECR Public
id: login-ecr-public
uses: aws-actions/amazon-ecr-login@v2
Expand All @@ -29,7 +29,7 @@ jobs:
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
REGISTRY_ALIAS: r1e4j1j8
REPOSITORY: ban-m/jtk
REPOSITORY: jtk
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG .
Expand Down

0 comments on commit dae2f0b

Please sign in to comment.