Skip to content

Commit

Permalink
Fixes Docker Build
Browse files Browse the repository at this point in the history
  • Loading branch information
HideyoshiNakazone committed Aug 29, 2024
1 parent 4d61c52 commit 1c8038e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
runs-on: ubuntu-latest

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

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

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 1c8038e

Please sign in to comment.