Skip to content

Commit daa7d7d

Browse files
authored
fix(ci): use nv-gha-runners buildkit mirror to avoid Docker Hub rate limit (#966)
Signed-off-by: Jonas Toelke <jtoelke@nvidia.com>
1 parent d331ed5 commit daa7d7d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/setup-buildx/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ runs:
4444
name: ${{ inputs.name }}
4545
driver: docker-container
4646
platforms: linux/amd64,linux/arm64
47+
# Use the nv-gha-runners Docker Hub mirror to avoid unauthenticated
48+
# pull rate limits on shared runners. The TOML is pre-populated on
49+
# every nv-gha-runner. Per:
50+
# https://docs.gha-runners.nvidia.com/platform/best-practices/#use-docker-cache-for-buildkit
51+
buildkitd-config: /etc/buildkit/buildkitd.toml

0 commit comments

Comments
 (0)