Skip to content

Commit

Permalink
Update build-docker-only.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 authored Feb 22, 2024
1 parent 907f186 commit cfebc7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
# build Docker image and push to ECR
- name: Login to AWS ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
- name: Set up for ARM Build
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build Docker Image
Expand Down

0 comments on commit cfebc7e

Please sign in to comment.