modmail-dev / Modmail

A Discord bot that functions as a shared inbox between staff and members, similar to Reddit's Modmail.
https://docs.modmail.dev
GNU Affero General Public License v3.0
1.58k stars 4.59k forks source link

Improve tagging of docker images #3272

Open Huskydog9988 opened 1 year ago

Huskydog9988 commented 1 year ago

This creates a number of tags for the docker images, allowing for users to properly follow semver.

To breakdown what tags are created:' nightly, ex nightly (if you run on schedule) {{version}}, ex 4.0.0 {{major}}.{{minor}}, ex 4.0 branch, ex master (when you do on push) Also does a tag for the git sha

See companion pr: https://github.com/modmail-dev/logviewer/pull/71