Comment
As recommended in Codeberg-e.V./requests#1083 (comment) I deployed a cleanup rule for the wg-easy package.
But the workflow I use is not supported. I want to keep the latest version of each tag.
E.g.
push sha:abc with tag edge
push sha:def with tag edge
push sha:ghi with tag 15, 15.1, 15.1.0
push sha:jkl with tag 15, 15.1, 15.1.1
now sha:abc should be removed. but sha:def be kept as I don't want to the whole edge tag to be removed.
sha:ghi and sha:jkl should be kept as there is still a tag referencing it.
In the future maybe even semver ranges could be supported.
such that sha:ghi is removed too, as a newer patch version is available (and the older patch version is not really needed)