Feature/travis dockerbuild#302
Conversation
|
Some quick thoughts on the above questions: Build only specific branch patterns?+1, we (I) just need to standardize the branch structure. Would vote for builds of Push to docker hub should only be on master+1 . Also, I need to be consistent that master is only committed/merged to via a reviewed PR. Credentials need to be stored somewhere to do a pushI believe Travis allows secure storage in env. If not, CircleCI definitely does, and I've been using them for similar CI/CD structures |
|
reopening this after a major screwup on my fork |
|
…production branches
5d00b1e to
9560f55
Compare
|
@Mike-love thinking about getting 2.1 out this week - what can I do to help on this? |
|
Just a quick update that I've added willorg as a user, and will be encrypting credentials into the travis file for push! |
|
Just a quick note - I'm going to merge this and the encrypted creds branch into master, and see how it all comes together - we can then move forward from that base! |
Opening to enable auto builds of containers using travis; some things need to be hammered out:
Build only specific branch patterns?
Push to docker hub should only be on master
Credentials need to be stored somewhere to do a push