GH router. (#2153)

This commit is contained in:
Nicolas Patry 2024-07-01 15:42:26 +02:00 committed by GitHub
parent 17cebc4506
commit d0225b1015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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