homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Update workflow to add versioned image tags #532

Closed rafaelgaspar closed 7 months ago

rafaelgaspar commented 7 months ago

:recycle: Current situation

Currently the docker images are only tagged as latest and latest-ubuntu

That is not ideal for many reasons:

:bulb: Proposed solution

This PR add the date in a sortable format(2023-12-31) as the image tag if it's the main(latest) branch or suffix the date to the branch name.

Fixes #531.

:gear: Release Notes

rafaelgaspar commented 7 months ago

Closing in favour of #533 , feel free to re-open if you want just the fix the issue.