change registry for initialize buildx

This commit is contained in:
Guillaume LEGENDRE 2024-07-10 10:51:20 +02:00 committed by GitHub
parent 21772f58fe
commit 8a472df973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
install: true
config-inline: |
[registry."docker.io"]
mirrors = ["registry.github-runners.huggingface.tech"]
mirrors = ["registry-us-east-1.prod.aws.ci.huggingface.tech"]
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3