The action releases of docker images are not tagged corresponding to the release versions, only tagged by commit hash. It would be more user friendly to use these images if version tags were added to match the releases. https://github.com/beeper/bridge-manager/pkgs/container/bridge-manager/1085086483?tag=9bb6c0d92841b52df355f6a3bfcb6be28550744f
IE,
instead of
docker pull ghcr.io/beeper/bridge-manager:9bb6c0d92841b52df355f6a3bfcb6be28550744f
additional tags are added to support:
docker pull ghcr.io/beeper/bridge-manager:v0.15.0
for example.
The action releases of docker images are not tagged corresponding to the release versions, only tagged by commit hash. It would be more user friendly to use these images if version tags were added to match the releases. https://github.com/beeper/bridge-manager/pkgs/container/bridge-manager/1085086483?tag=9bb6c0d92841b52df355f6a3bfcb6be28550744f
IE,
instead of
additional tags are added to support:
for example.