ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

Automate Docker image pushes when main branch is updated #148

Closed jhechtf closed 3 years ago

jhechtf commented 3 years ago

There are Github actions that allow for us to build and publish a docker image when main branch is updated. This would require some work with generating distinct versions based on commit message.

The most common tool I've used (and seen used) is standard-verison, which has some common presets; I've personally used the Angular preset the most but the Conventional Commits is close as well.

From there it's basically on Github actions to build the tag and then publish it. I'll try to get a working setup on my fork here soon to demonstrate.

jhechtf commented 3 years ago

Someone has already taken the work up to start this process, closing this ticket.