-
Notifications
You must be signed in to change notification settings - Fork 141
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
Automate Bandersnatch Docker Image Building #88
Comments
This needs correct DOCKER_USERNAME and encrypted DOCKER_PASSWORD to work
#386 Has made this happen on master. We should now make an action to tag releases on Docker Hub on GitHub release creation. |
Looks like this can be easily done with a easy combination of https://help.github.com/en/actions/reference/events-that-trigger-workflows#release-event-release and https://github.com/elgohr/Publish-Docker-Github-Action Do you want me to go ahead and work on this? |
Please! Awesome. |
Added the Github Action for automating pushing the `pypa/bandersnatch` image to Docker Hub when a new release is published. New release here means An Annoteted Tag Push to the master branch Closes #88 Co-authored-by: Cooper Lees <me@cooperlees.com>
Docker is the hotness. We should create a Docker image on the Docker Hub / Registry for all to use.
The text was updated successfully, but these errors were encountered: