Open meeDamian opened 5 years ago
Happy to setup Docker Hub pipeline if I get (even temporarily) added as a collaborator here.
Just sent you an invite, thanks for your help!
Thanks! I'll get to it soon :)
Okay…
master
here - I confused remotes 🙈 @djmelik as it's probably better to have Docker tag the same as Github path, there's one thing you need to do:
Fill-in your Docker credentials as on the picture below:
If your Docker username is different than djmelik
, you also need to adjust these things
Once you complete that, Travis should test all pushes to master
and push them forward to Docker Hub as :latest
tag. Each git tag
will also get Docker-tagged accordingly.
Alternatively, I can set it up if you create and add me as a collaborator to Docker Hub https://hub.docker.com/r/djmelik/lndash as well.
Since
Dockerfile
is already provided, why not also push it to Docker Hub to make using it easier?Note that both Docker Hub and Travis are able to build and push it automatically on a push to
master
orgit tag
.