good first issuehelp-wanted
倉庫指標
- Star
- (4,085 star)
- PR 合併指標
- (平均合併 20小時 25分鐘) (30 天內合併 80 個 PR)
描述
Description
We ran our test suite on GitHub Actions.
Under the hood, GitHub Actions runs on Kubernetes.
Docker Hub has limits for pulls.
Sometimes, builds fail with rate limit for pulls.
*What we can do?
-
We can
docker loginin tests for increase pulls limit. And... this is not working. E.g. dependabot PR's fails. B/c: secrets not available forexternalPR's. I try this approach and rollback. -
We can cache MongoDB images. Not sure, will it work or no.
-
?