Skip to content

Commit

Permalink
Update github-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod committed Feb 10, 2025
1 parent baad225 commit d01d871
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:
path: ./iptv-checker-rs
token: ${{ secrets.GH_PAT }}

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

- name: Setup Docker Buildx Command
id: buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v3

- name: Login to Dockerhub
uses: docker/login-action@v3
Expand Down

0 comments on commit d01d871

Please sign in to comment.