Skip to content

Commit

Permalink
Update docker-build-push.yml (#1512)
Browse files Browse the repository at this point in the history
Fixes #1511, add  docker/setup-qemu-action@v3 step
  • Loading branch information
rexeo-asia authored Nov 15, 2024
1 parent a19e8b4 commit 324d9db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Setup Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit 324d9db

Please sign in to comment.