souramoo / commentoplusplus

Commento with out of the box patches and updates to add useful features and fixes. Also with one-click deploy to Heroku so you can get up and running fast.
MIT License
391 stars 63 forks source link

Github Action for automatically building Docker images #57

Closed TannerGabriel closed 3 years ago

TannerGabriel commented 3 years ago

I noticed that the repo currently does not have some CI/CD functionality to automatically build Docker images when it is updated, or a new release comes out. Therefore the latest tag of caroga/commentoplusplus Docker image has not been updated with the newest changes.

Let me know if you think that such functionality would be useful for the repository. If so, we could implement it similar to how it is implemented in the ion-sfu repository.

souramoo commented 3 years ago

Yes this functionality would be most welcomed for a streamlined deployment process!