Skip to content

Commit 7353948

Browse files
kyannyjc-clarkCopilot
authored
Add new section to explain Docker Hub's rate limit for GitHub Actions (#58630)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7f85513 commit 7353948

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/actions/reference/limits.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ When using larger runners with vnet injection, you need to determine the appropr
8383
* **OAuth apps \-** {% data reusables.rest-api.primary-rate-limit-oauth-apps %}
8484
* **GITHUB TOKEN** \- {% data reusables.rest-api.primary-rate-limit-github-token-in-actions %}
8585
* **Secondary rate limits** \- In addition to primary rate limits, {% data variables.product.github %} enforces secondary rate limits in order to prevent abuse and keep the API available for all users, these are not configurable with GHEC. For more information, see [AUTOTITLE](/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#about-secondary-rate-limits).
86+
87+
### Docker Hub's rate limit for {% data variables.product.prodname_actions %}
88+
89+
* **{% data variables.product.github %}-hosted runners pulling public images:** Docker Hub's rate limit is not applied.
90+
* **{% data variables.product.github %}-hosted runners pulling private images:** Pulling private images from Docker Hub is subject to the rate limit.
91+
* **Self-hosted runners pulling public or private images:** Pulling images from Docker Hub is always subject to the rate limit.

0 commit comments

Comments
 (0)