Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
GNU General Public License v3.0
2.59k
stars
243
forks
source link
Update workflow to add versioned image tags #532
Closed
rafaelgaspar closed 12 months ago
:recycle: Current situation
Currently the docker images are only tagged as
latest
andlatest-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
2023-12-31
.