Skip to content

Commit

Permalink
fix: Add explicit buildx & qemu setup to the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed Jun 26, 2023
1 parent 561c323 commit 8045353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

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

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit 8045353

Please sign in to comment.