-
Notifications
You must be signed in to change notification settings - Fork 19
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
Provide alternative docker registry #16
Comments
I'd be happy to provide a gihub alternative with a GitHub actions CI flow. Alternatively, pushing to both GitHub and DockerHub could be an option. |
So i had a play around with using Github Actions/Packages (thanks for your modern-go-application sample repo!) https://github.com/Dev25/mcrouter_exporter/packages/274062 Unfortunately i also realised that you can't pull from github packages unless you authenticate first. |
Github Actions/Packages support is added in #18, will wait until we have Dockerhub support to close out this issue. |
Setting up Docker Hub is trivial IMHO, now that they support personal access tokens you don't even have to use your login credentials anymore. Added an example in the linked PR for a docker hub setup. |
Quay.io hasn't had the best uptime this year, allow users to pull from dockerhub or perhapsgithub pkg as a alternative
The text was updated successfully, but these errors were encountered: