planetscale / ghcommit-action

GitHub Action to commit files to a git branch using the ghcommit utility
Apache License 2.0
30 stars 4 forks source link

Use ECR registry to avoid rate-limiting #18

Closed faun closed 1 year ago

faun commented 1 year ago

We're experiencing this error for builds:

429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Instead of using docker-hub, let's use the AWS registry to avoid getting rate-limited.