Skip to content

Commit

Permalink
fix: use qemu and buildx in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 committed Sep 15, 2024
1 parent 9359292 commit f4521a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_to_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build, tag, and push image to Amazon ECR
env:
ECR_REGISTRY: ${{ secrets.ECR_REGISTRY }}
Expand Down

0 comments on commit f4521a8

Please sign in to comment.