update notes on next-steps for CI/CD best-practices (#14289)

* Update best-practices.md

- added a link w.r.t. to Docker Hub Rate Limits
- removed the description around "recent updates" since this may not age well over time.
- split the sentence into 2 for _hopefully_ better readability

* Update ci-cd/best-practices.md

* Add relative path to link to Download rate limit

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Kelvin Tay 2022-02-23 00:07:46 +09:00 committed by GitHub
parent 34e80100f6
commit 77f5bef236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ The other change you may want to make is only have your release images go to Doc
## Next steps ## Next steps
We know there are a lot more tips and tricks for using Docker in CI, however, we think these are some of the important things, considering the recent Docker Hub rate limit updates. We know there are a lot more tips and tricks for using Docker in CI.
However, we think these are some of the important things, considering the [Docker Hub rate limits](../docker-hub/download-rate-limit.md).
> **Note** > **Note**
> >