[GH-ISSUE #866] Image Builds adding erroneous tags #5190

Open
opened 2026-04-22 00:26:42 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @calebcall on GitHub (Sep 21, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/866

I currently have Auto Increment Version enabled, on each build though, I'm getting extra tags. I get a tag with the hash (good), I get the tag with the newly incremented version (good), I get a latest tag (good) but then I also get a tag 0 and a tag 0.0 on every build. My auto-incremented tag is up to version 0.0.6 and I've gotten the same two erroneous tags on every build. I don't have any custom tags defined either.

Originally created by @calebcall on GitHub (Sep 21, 2025). Original GitHub issue: https://github.com/moghtech/komodo/issues/866 I currently have Auto Increment Version enabled, on each build though, I'm getting extra tags. I get a tag with the hash (good), I get the tag with the newly incremented version (good), I get a latest tag (good) but then I also get a tag 0 and a tag 0.0 on every build. My auto-incremented tag is up to version 0.0.6 and I've gotten the same two erroneous tags on every build. I don't have any custom tags defined either.
GiteaMirror added the enhancement label 2026-04-22 00:26:42 -05:00
Author
Owner

@calebcall commented on GitHub (Sep 21, 2025):

Nevermind, just looked through the code and see this is intentional to tag major, minor and patch levels. Might be a nice feature to have a tags option in the build job and have toggles next each tag option:

  • hash (e.g. git commit hash)
  • latest (e.g. latest tag)
  • major (e.g. major version tag, 1.0.1 would be tagged as 1)
  • minor (e.g. minor version tag, 1.0.1 would be tagged as 1.0)
  • patch (e.g. patch version tag, 1.0.1 would be tagged as 1.0.1)
<!-- gh-comment-id:3316040130 --> @calebcall commented on GitHub (Sep 21, 2025): Nevermind, just looked through the code and see this is intentional to tag major, minor and patch levels. Might be a nice feature to have a tags option in the build job and have toggles next each tag option: - [ ] hash (e.g. git commit hash) - [ ] latest (e.g. latest tag) - [ ] major (e.g. major version tag, 1.0.1 would be tagged as 1) - [ ] minor (e.g. minor version tag, 1.0.1 would be tagged as 1.0) - [ ] patch (e.g. patch version tag, 1.0.1 would be tagged as 1.0.1)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#5190