mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #1325] Deploy tries to find image tagged with version while build has "Include Version Tags" disabled #5470
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @4ndv on GitHub (Apr 4, 2026).
Original GitHub issue: https://github.com/moghtech/komodo/issues/1325
When trying to deploy a build, it fails with this error:
Here's how deploy source is set up:
And here's the build's image tags settings:
Probably should use
:latestwhen "Include Version Tags" is toggled off?