chore: squash formatting issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2f9b11f389
commit
4aae186f5f
@ -287,7 +287,7 @@ func getImageVersions(recipe recipe.Recipe) map[string]string {
|
|||||||
|
|
||||||
var services = make(map[string]string)
|
var services = make(map[string]string)
|
||||||
for _, service := range recipe.Config.Services {
|
for _, service := range recipe.Config.Services {
|
||||||
if (service.Image == "") {
|
if service.Image == "" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
srv := strings.Split(service.Image, ":")
|
srv := strings.Split(service.Image, ":")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user