-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Setup automated build to Docker hub #458
Comments
@pascalw 👍 I will take care of in the following days |
@pascalw it seems that I cannot do it either, only the owner. swanson if you setup the account and invite me, I could take care of the configuration. |
Sorry, I'm not super familiar with the docker ecosystem -- I should register for Docker Hub and invite @gabrielpoca to join the Docker Hub account? |
I think I've setup everything: https://hub.docker.com/r/mdswanson/stringer/ (both |
@swanson nice 👍 ! I'll update docs to reflect this. |
Now that we have a Dockerfile it would be nice to setup an automated build to Docker hub.
That way people don't have to build the image themselves but can simply run
docker run stringer/stringer
.Setting this up should be pretty simple, steps are outlined at https://docs.docker.com/docker-hub/builds/#create-an-automated-build. However I do think it needs to be done by the repository owner, or perhaps a collaborator. @swanson or @gabrielpoca could one of you have a look at this?
The text was updated successfully, but these errors were encountered: