-
Notifications
You must be signed in to change notification settings - Fork 40
feat: use ghcr image instead of docker #533
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
Conversation
Admin commands cheatsheet:
|
Any updates on this? It looks like the CI failure is unrelated. |
Yeah the CI failure has nothing to do with it. |
The Dockerfile used by this image can have both registeries as sources: | ||
- ewjoachim/python-coverage-comment-action-base:v6 | ||
- ghcr.io/py-cov-action/python-coverage-comment-action-base:v6 | ||
Take your pick according to your needs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unclear how users could change something there, I believe the choice we make is something everyone has to live with, no ?
Also, better not hardcode v6 in too many places !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent ! I left a single comment but I think we can merge all other files :)
I hope it's ok with you, but as I'll be needing this quite soon, I'm making my branch with your commits, I'll leave authorship and link to here. Thank you a ton for your work here ! |
Closing in favor of #540 but by all means, don't take it as a way to say your contribution wasn't appreciated ! It was, it's just GitHub's way of collaborating on forks is limited :) |
Now released, thanks a lot! https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.31 |
Avoid a common issue
429 too many requests
due to the super-low DockerHub unauthenticated pulls limit.Use GHCR instead.