aternosorg / modbot

An open source moderation bot with advanced features developed by Aternos.
MIT License
127 stars 61 forks source link

Build a docker Image for all releases and commits to master. #564

Closed JulianVennen closed 1 year ago

JulianVennen commented 1 year ago

This pull request introduces an action that automatically builds a docker image and pushes it to the GitHub container registry. This image is based on the current Node.js LTS image (node:18). I also bumped the version requirement in the package.json to node 18, even though the project currently works on any 16.9+ version.

JulianVennen commented 1 year ago

To allow the action to push to the GitHub container registry, it is required to set "Workflow permissions" to "Read and write permissions" on https://github.com/aternosorg/modbot/settings/actions