As far as I can see there are two cases in which the latest tag is applied:
latest=auto, for commits that have a git tag
latest=true, for every single commit on any branch
Another option, that would be useful, is where the latest tag is pushed on every single commit on a selected branch. E.g. latest=branch,main, like it's done with type=edge,branch=main.
As far as I can see there are two cases in which the
latesttag is applied:latest=auto, for commits that have a git taglatest=true, for every single commit on any branchAnother option, that would be useful, is where the latest tag is pushed on every single commit on a selected branch. E.g.
latest=branch,main, like it's done withtype=edge,branch=main.