mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[PR #1326] Use build.get_image_tags for deployments from builds
#4590
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?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/1326
Author: @4ndv
Created: 4/4/2026
Status: 🔄 Open
Base:
main← Head:build-deployments-use-get-image-tags📝 Commits (1)
7cffd7fUsebuild.get_image_tagsfor deployments from builds📊 Changes
2 files changed (+31 additions, -36 deletions)
View changed files
📝
bin/core/src/api/execute/deployment.rs(+23 -28)📝
client/core/rs/src/entities/build.rs(+8 -8)📄 Description
build.get_image_tags()for building image tag for deploymentsget_image_tagsfor preserving current deployment behavior (to prefer full version tags). It's currently only used for running builds, and builder doesn't really care about the order:latestfor both builds and deployments if no other tags were added to not fail when all of the tagging options are disabledTried my best to test all the combinations, but I'm not very familiar with the codebase and may miss some things
Fixes #1325
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.