feat: log output on container error
This commit is contained in:
		| @@ -141,6 +141,7 @@ func GenerateBaseDockerImage(registry string, commands []config.DockerCommand, | ||||
|  | ||||
| 	rawOutput, err := cmd.CombinedOutput() | ||||
| 	if err != nil { | ||||
| 		log.Error().Err(err).Msg(string(rawOutput)) | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user