Skip to content

Commit

Permalink
Merge pull request #249 from quantcdn/fix/docker-contexts-multiarch
Browse files Browse the repository at this point in the history
Fix: Docker contexts multiarch
  • Loading branch information
steveworley committed Mar 14, 2024
2 parents c496c51 + d808276 commit 1ab1bb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
use: linux/amd64,linux/arm64,linux/arm/v7
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down

0 comments on commit 1ab1bb7

Please sign in to comment.