Skip to content

Commit

Permalink
GH router. (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil authored Jul 1, 2024
1 parent 17cebc4 commit d0225b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
install: true
config-inline: |
[registry."docker.io"]
mirrors = ["registry.github-runners.huggingface.tech"]
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down

0 comments on commit d0225b1

Please sign in to comment.