Open
Description
I noticed that the tags published on GitHub are not in sync with Docker Hub.
This makes automation of upgrades very tedious because we have to assume that major.minor.patch
is the same as major.minor.patch.whatever
on GitHub.
Could this be fixed, so that they are sync?
For example, 10.10.0.1
exists on GitHub but only appears as 10.10.0
on Docker Hub