fix review findings

This commit is contained in:
2025-01-03 15:26:43 +01:00
parent 776a8414d4
commit 65c9f4c48a
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ func (r Recipe) GetVersionLabelLocal() (string, error) {
for _, service := range config.Services {
for label, value := range service.Deploy.Labels {
log.Debugf("checking deploy label '%s'", label)
log.Debugf("checking deploy label '%s' with value '%s' for correct formatting", label, value)
if strings.HasPrefix(label, "coop-cloud") && strings.Contains(label, "version") {
return value, nil
}