juanfont / headscale

An open source, self-hosted implementation of the Tailscale control server
BSD 3-Clause "New" or "Revised" License
23.65k stars 1.3k forks source link

[Bug] container: missing `stable-debug` tag #2171

Closed docgalaxyblock closed 2 weeks ago

docgalaxyblock commented 1 month ago

Is this a support request?

Is there an existing issue for this?

Current Behavior

There is no :stable-debug tag available on docker hub and ghcr.

Expected Behavior

Having a :stable-debug tag

Steps To Reproduce

Try pulling the stable-debug tag

Environment

Not relevant for the missing docker tag

Runtime environment

Anything else?

Could it be that here and here the line should be - "{{ if not .Prerelease }}stable-debug{{ else }}unstable-debug{{ end }}" and not - "{{ if not .Prerelease }}stable{{ else }}unstable-debug{{ end }}" ?