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

[Regression] No versioned tags available #531

Closed rafaelgaspar closed 7 months ago

rafaelgaspar commented 7 months ago

Describe The Bug

Previous issue: https://github.com/homebridge/docker-homebridge/issues/398

It seams we've lost versioned images after the migration to homebridge/homebridge.

Like was mentioned in the original ticket, it's not best practice to just have latest and don't have versioned image tags, it makes it really hard to reference images, detect new versions, etc.

Host Operating System

Other (specify in description)

Host Architecture

x86_64 / amd64

NorthernMan54 commented 7 months ago

I went and took a look and can see that previously releases were tagged by date. But looked at the publish script, and it appears to publish based on branch name script

Any thoughts on tweaks to resolve this ?

rafaelgaspar commented 7 months ago

Sure, I can open a PR.

NorthernMan54 commented 7 months ago

I just published this so it should be resolved and can be closed