-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GitHub Docker Registry #491
Comments
Provide the logs from the GitHub Action run
|
We are experiencing the same problem. Additionally since action.yml specifies |
Hey, I'm not opposed to the change, but never had the change to dive into this. Anyone wants to make a PR?
This is intentional. At first we pushed the complete image at every new version, and used it as-is. It made it much harder to test before publishing, or to use a fork or anything. What we do now is pull a base image, on top of which we'll update dependencies but only if they need to be updated (the lockfile changed), so in about 100% of the cases it's very fast, and then we |
I was wondering if it would be possible to move the Docker container to use GitHub Docker Registry instead?
I am hitting the Docker Hub pull limit (HTTP 429) in my pipeline a lot which results in failures. GitHub should not have any limits on how much you can pull an image.
The text was updated successfully, but these errors were encountered: