| I pushed those tags: v12360 v12361 v12362 v12363 v12364 v12365 v12366 v12367 v12371 v12372 v12373 v12374 v12375 v12376 v12377 v12378 v12379 v12381 v12382 v12383 v12384 v12385 v12386 v12387 v12388 v12389 And those were built: v12365 v12366 v12376 v12381 v12389 All tags are annotated and pointing to the same commit. Situation is the same even when there are commits between tags, e.g. git commit ... git tag -a tag1 git tag -a tag2 git tag -a tag3 .. modify repo git commit ... git tag -a tag4 git tag -a tag5 ... |