chore: squash formatting issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2021-10-18 08:27:39 +02:00
parent 2f9b11f389
commit 4aae186f5f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -287,7 +287,7 @@ func getImageVersions(recipe recipe.Recipe) map[string]string {
var services = make(map[string]string)
for _, service := range recipe.Config.Services {
if (service.Image == "") {
if service.Image == "" {
continue
}
srv := strings.Split(service.Image, ":")