forked from toolshed/abra
		
	fix: return corrent error handling
This commit is contained in:
		@ -305,7 +305,7 @@ func getImageVersions(recipe recipe.Recipe) (map[string]string, error) {
 | 
			
		||||
		case reference.NamedTagged:
 | 
			
		||||
			tag = img.(reference.NamedTagged).Tag()
 | 
			
		||||
		case reference.Named:
 | 
			
		||||
			logrus.Fatalf("%s service is missing image tag?", path)
 | 
			
		||||
			return services, fmt.Errorf("%s service is missing image tag?", path)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		services[path] = tag
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user