Is your feature request related to a problem? Please describe.
When using ghcr.io instead of docker hub for puling release images the correct tags needs to be applied to the releases, currently only version number is added as a tag.
Describe the solution you'd like
Please add the tag latest to the last release (see how HA did solve this with actions)
Describe alternatives you've considered
using docker hub
Additional context
Its nice to be able to pull the image directly from ghcr instead of docker hub, removes the problem if publish fails, removes overhead and so on. but it requires similar tag routine as docker hub to be able to use latest (pull from ghcr with version number tag works fine, but will not increment the same way as latest
Is your feature request related to a problem? Please describe. When using ghcr.io instead of docker hub for puling release images the correct tags needs to be applied to the releases, currently only version number is added as a tag.
Describe the solution you'd like Please add the tag latest to the last release (see how HA did solve this with actions)
Describe alternatives you've considered using docker hub
Additional context Its nice to be able to pull the image directly from ghcr instead of docker hub, removes the problem if publish fails, removes overhead and so on. but it requires similar tag routine as docker hub to be able to use latest (pull from ghcr with version number tag works fine, but will not increment the same way as latest