Skip to content

Commit

Permalink
fix: set up buildx first
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 18, 2024
1 parent cd8b34d commit 17a44ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build images
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 17a44ce

Please sign in to comment.