Skip to content

Commit

Permalink
ci: fix nightly docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Aug 5, 2022
1 parent 0e73a98 commit 6d0df59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup QEMU
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 6d0df59

Please sign in to comment.