mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
324 stars 82 forks source link

Improve image versioning #114

Closed mkuf closed 6 months ago

mkuf commented 6 months ago

This implements tagging of images using git descriptions instead of using a shortened SHA of the upstream repository.

This allows humans to easier identify how recent an image is (numers always go up :rocket:).
Furthermore, this allows automated systems (e.g. renovate) to also identify newer image versions, which came up in #111.