Skip to content

Commit

Permalink
Fix docker buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Dec 10, 2024
1 parent 647a31f commit 39c5f28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
name: DockerHub Build and Push
runs-on: ubuntu-latest
steps:
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Set Up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Checkout repository
uses: actions/checkout@v4
- name: Get the current release version
Expand Down

0 comments on commit 39c5f28

Please sign in to comment.