Skip to content

Commit

Permalink
Fix Docker autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 31, 2023
1 parent 176b428 commit 70116b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/building-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2.1
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 70116b9

Please sign in to comment.