headscale icon indicating copy to clipboard operation
headscale copied to clipboard

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

Open docgalaxyblock opened this issue 1 year ago • 0 comments

Is this a support request?

  • [X] This is not a support request

Is there an existing issue for this?

  • [X] I have searched the existing issues

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

  • [ ] Headscale is behind a (reverse) proxy
  • [ ] Headscale runs in a container

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 }}" ?

docgalaxyblock avatar Oct 05 '24 12:10 docgalaxyblock